You may also download the notebook from GitHub to run it locally:
-
Open your terminal
-
Check your conda install with
conda --version
. If you don't have conda, install it by following these instructions (see here) -
Clone the repository
git clone https://github.com/eds-book-gallery/39d9c177-11da-41b2-9b64-63f4c1c834b3.git
-
Move into the cloned repository
cd 39d9c177-11da-41b2-9b64-63f4c1c834b3
-
Create and activate your environment from the
.binder/environment.yml
fileconda env create -f .binder/environment.yml conda activate 39d9c177-11da-41b2-9b64-63f4c1c834b3
-
Launch the jupyter interface of your preference, notebook,
jupyter notebook
or labjupyter lab
The How to run section was adapted from the Project Pythia Cookbook project.