Jupyter notebooks¶
See
jupyter.org for more info about the Jupyter project.
Python for links to general Python documentatation and resources.
Some notebooks are available in $AM574/notebooks. Here are rendered versions:
Running notebooks on your computer¶
The $AM574/notebooks directory (see Class GitHub Repository) contains some notebooks developed for this class. You should be able to run them on your computer if you have Jupyter installed (see jupyter.org), after starting the jupyter server using this command from the bash shell:
$ jupyter notebook
and then navigate to the page indicated with a browser, e.g. running the command above might produce this message:
The Jupyter Notebook is running at: http://localhost:8888/
Other options: to appear.