To run the workbooks interactively from your browser, use Binder:
If you want to run the workbooks locally, you'll need conda
and jupyter
.
Once you have these, follow these steps:
- clone the repo
git clone https://github.com/will-rowe/artic-pipeline-example
cd artic-pipeline-example
- create the environment
conda env create --file=binder/environment.yml
conda activate artic-pipeline-example
- run the notebook
jupyter notebook notebooks/artic_pipeline_example.ipynb