GitHunt
WI

will-rowe/artic-pipeline-example

quick demo of the ARTIC pipeline

ARTIC

a quick demo of the ARTIC pipeline


Running the workbooks

To run the workbooks interactively from your browser, use Binder:

Binder

Running the workbooks locally

If you want to run the workbooks locally, you'll need conda and jupyter.

Once you have these, follow these steps:

  1. clone the repo
git clone https://github.com/will-rowe/artic-pipeline-example

cd artic-pipeline-example
  1. create the environment
conda env create --file=binder/environment.yml

conda activate artic-pipeline-example
  1. run the notebook
jupyter notebook notebooks/artic_pipeline_example.ipynb

Languages

Jupyter Notebook99.7%Python0.3%

Contributors

MIT License
Created January 12, 2021
Updated January 9, 2023
will-rowe/artic-pipeline-example | GitHunt