In this recitation you will program an implementation of a directed graph with depth-first search in Python using Jupyter notebooks.
We’ll use this jupyter notebook.
Follow the TAs as they guide you through the material and exercises in the notebook.
There are two ways to use a notebook - either online:
go to try.jupyter.org
upload the file
An alternative is to use our local install of jupyter.
First we need some setup:
$ export PATH=/usr/local/anaconda/bin:$PATH
After doing that, you can invoke the jupyter notebook with the command:
$ jupyter notebook --browser=firefox