txt
- Clone the repository and go to its root directory
- Create the virtual environment:
$ python3 -m venv env
- Activate the virtual environment:
$ source env/bin/activate
- Install the dependencies:
(env) $ pip install jupyter==1.0.0 (env) $ pip install -r requirements.txt
- Run the server:
(env) $ jupyter notebook notebooks/