From 8a83d0b5b0ff633d59d04854a62276e95d5e2234 Mon Sep 17 00:00:00 2001 From: Reuben Antz Date: Mon, 22 Mar 2021 14:41:47 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7517c5b..65f1dcf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a Binder repository of tutorials for learning how to use [FlowKit](https ### Locally (using conda) -To run the tutorials on your local machine, you will need to do the following (these instructions assume that you have [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/) installed): +To run the tutorials on your local machine, you will need to do the following (these instructions assume that you have [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/) installed) : 1. Clone this repository 2. Create a `conda` environment for the tutorials, using `environment.yml` @@ -29,6 +29,6 @@ jupyter lab index.ipynb ### Binder -To run the tutorials online, click the Binder badge at the top of this README. This will start a Jupyter server in the cloud with all dependencies installed, which you can use to run the tutorial notebooks. +To run the tutorials online, click the [Binder](https://mybinder.org/v2/gh/Flowminder/FlowKit-tutorials-Ghana/master?urlpath=lab/tree/index.ipynb) badge at the top of this `README`. This will start a Jupyter server in the cloud with all dependencies installed, which you can use to run the tutorial notebooks. -**Note:** The Binder session will shut down after a period of inactivity, and any changes you make to the tutorial notebooks will be lost. To download a copy of a tutorial notebook with any changes you made, use `File`→`Download`. \ No newline at end of file +**Note:** The Binder session will shut down after a period of inactivity, and any changes you make to the tutorial notebooks will be lost. To download a copy of a tutorial notebook with any changes you made, use `File`→`Download`.