.. _notebooks: Jupyter notebooks ================= See - `jupyter.org `_ for more info about the Jupyter project. - :ref:`python` for links to general Python documentatation and resources. Some notebooks are available in `$AM574/notebooks`. Here are rendered versions: - `advection_upwind.ipynb <_static/advection_upwind.html>`_ - `acoustics_godunov.ipynb <_static/acoustics_godunov.html>`_ - `Conservation_form.ipynb <_static/Conservation_form.html>`_ - `advection_highres.ipynb <_static/advection_highres.html>`_ Running notebooks on your computer ---------------------------------- The `$AM574/notebooks` directory (see :ref:`class_repos`) 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.