Skip to content

will-rowe/artic-pipeline-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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