Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 830 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 830 Bytes

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