Atmospheric Physics Notebooks

The notebooks contain instructional material, interactive web-apps, and exercises for students to engage with the material using an inquiry-based approach. Details about this project are given in Petters, 2021.

Docker/Podman Access

Users can access these notebooks either via docker or podman using the following command

docker run -it -p 8888:8888 docker.io/mdpetters/apn:latest

or

podman run -it -p 8888:8888 docker.io/mdpetters/apn:latest

How to Use

Use the Jupyter file manager to navigate to a notebook. For example, load the file Module 4 - Early Stages of Cloud Formation.ipynb. Make sure to wait until the kernel is initialized. The select "Run All Below".

The cursor will jump to the end of the notebook. The entire notebook will be executed, which will take a few seconds. Then navigate back to the beginning of the notebook or an app of your choice. Below is an example of parcel model app. Use the sliders to change inputs. The graph should update near instantaneously.

Source Repository

This project is hosted on GitHub. Detailed documentation about the project is provided here.