- Python 3.8
- Pip 20.x
- Run the following command in this directory:
pip install -r requirements.txt
- Remaining in this directory, run
jupyter notebook
to start the Jupyter instance- This should open a Web Browser with the Jupyter File Browser
- Close the terminal to terminate the Jupyter instance
- Run
jupyter notebook
- Navigate to the desired notebook
- Double click to start the notebook
shift + enter
to run a code block again, if you want to modify the code