How to Interact With This Book#

The interactive features of this Jupyter Book are explained in further detail below. Most interactive features can be found in the toolbar at the top of the page.

Accessing restricted content#

This book was created as an open-source project for designing online geoscience interactive books that contain code and other computational material. However, some parts of this book are restricted and require appropriate permissions.

Please click the icon on the left header at the top of the webpages to unlock restricted content. Once you are done, you may sign out of the session by clicking the icon. See the notes on restricted content for further details.

Open Jupyter Notebook in the Cloud#

You can open most pages from this book in the cloud and run the code live. Hover over the rocket icon at the top of the page and click “Hubzero” to open a version of the same page in the cloud.

Hubzero is a service that allows you to run Jupyter notebooks without any prior configuration or installation. It may take a few minutes for the Jupyter notebook to load, so be patient. You will need to create a new account on the CIG Website first. Launch Hubzero

Download Jupyter Notebook#

You can download any Jupyter notebook page from this book as a Jupyter notebook file (.ipynb). Hover over the download icon and click “.ipynb”

Attention

To work with this .ipynb file, you will need to have Jupyter installed and running on your own computer.

Download PDF#

You can download any Jupyter notebook page from this book as a PDF file. Hover over the download icon and click “.pdf”

Make Full Screen#

To make any page from this book full screen, click the full screen icon at the top of the page.

Open Issue on GitHub#

If you run into any issues or would like to make a suggestion, you can open an issue on GitHub by hovering over the GitHub icon and clicking “open issue.”

You can also email me with issues or suggestions at moulik@caa.columbia.edu

Click to Show Output/Code#

Many of the pages in this book include hidden content. You can reveal the hidden content by clicking “Click to Show” beneath the cell on the right.

Revealing content is meant to replicate the experience of running code live.

print("Here's an example of hidden output! Click 'Click to Show' to see the output!")
Here's an example of hidden output! Click 'Click to Show' to see the output!
42 * 42
1764