First, create a virtual environment.
python3 -m venv .env
Activate the virtual environment.
source .env/bin/activate
pip install -r requirements.txt
Navigate to the directory containing this repository, then cd
into the repository.
cd stanford-ai4all-vision
Activate the virtual environment.
source .env/bin/activate
Enter the notebook directory.
cd notebooks
Start the ipython notebook.
ipython notebook