The notebook is designed to be launched from Binder.
Click the Launch Binder button at the top level of the repository
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/b128b282-dee7-44a7-bc21-f1fd21452a83.git
-
Move into the cloned repository
cd b128b282-dee7-44a7-bc21-f1fd21452a83
-
Create and activate your environment from the
.binder/environment.yml
fileconda env create -f .binder/environment.yml conda activate b128b282-dee7-44a7-bc21-f1fd21452a83
-
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. The workflow actions were adapted from 2i2c’s hub-user-image-template released under BSD-3-Clause license.