Skip to content

Setup Jupyter tutorial#

Setup course material#

Follow this instructions only if you start the course at this stage! Otherwise skip this step!
This tutorial depends on files from the course GitHub repo. Please follow these instructions 
on how to set it up if you haven't done so already.  
Let's create a directory and clone the course GitHub repo.

```bash
mkdir -p  ~/training-reproducible-research-area
cd ~/training-reproducible-research-area
git clone https://github.com/SouthGreenPlatform/training_reproducible_research
```

Setup environment#

First let's create a dedicated folder for this tutorial:

mkdir -p  ~/training-reproducible-research-area/containers
cd ~/training-reproducible-research-area/containers
cp -r ~/training-reproducible-research-area/training_reproducible_research/tutorials/containers/* . 

This tutorial depends on Docker and Singularity. Take a look at the setup for instructions on how to install them if you haven't done so already.