Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 324 Bytes

Notebooks

A collection of random Jupyter Notebooks

Installation

Use python 3.9 to create a virtualenv:

python -V  # 3.9.7
python -m venv env
source ./env/bin/activate
python -m pip install -r ./requirements.txt

Running the Jupyter Notebook server

source ./env/bin/activate
jupyter notebook