Set up a local instance of Jupyter using the following instructions
- Set up a virtual environment called
env
python3 -m venv env
- Activate it
source env/bin/activate
- Install the required dependencies for your chosen Jupyter notebook
pip install -r some-requirements-file-name.txt
- Launch Jupyter
jupyter notebook