Skip to content
Snippets Groups Projects
Commit 22ddede9 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: Minor tweak to instructions for attendees

parent 7b0b9417
No related branches found
No related tags found
1 merge request!33DOC: Minor tweak to instructions for attendees
...@@ -24,8 +24,8 @@ installed. ...@@ -24,8 +24,8 @@ installed.
## Instructions for attendees ## Instructions for attendees
These notebooks can be run in the `fslpython` environment using: To run the practicals on your own computer, open a terminal and copy+paste the
following commands:
``` ```
git clone https://git.fmrib.ox.ac.uk/fsl/win-pytreat.git git clone https://git.fmrib.ox.ac.uk/fsl/win-pytreat.git
...@@ -33,8 +33,9 @@ cd win-pytreat ...@@ -33,8 +33,9 @@ cd win-pytreat
fslpython -m notebook fslpython -m notebook
``` ```
A page should open in your web browser - to access the practicals, navigate This will create a new directory on your computer called `~/win-pytreat/`, and
into one of the `getting_started`, `advanced_programming`, or `applications` should cause a page to open in your web browser - in this page, navigate into
one of the `getting_started`, `advanced_programming`, or `applications`
directories, and click on the `.ipynb` file you are interested in. directories, and click on the `.ipynb` file you are interested in.
> **Windows Subsystem for Linux (WSL)** users - if the browser does not open automatically try: > **Windows Subsystem for Linux (WSL)** users - if the browser does not open automatically try:
...@@ -42,7 +43,7 @@ directories, and click on the `.ipynb` file you are interested in. ...@@ -42,7 +43,7 @@ directories, and click on the `.ipynb` file you are interested in.
> Start `jupyter notebook` with the `--no-browser` option and then copy & paste the URL in the terminal to your browser: > Start `jupyter notebook` with the `--no-browser` option and then copy & paste the URL in the terminal to your browser:
> ``` > ```
> fslpython -m notebook --no-browser > fslpython -m notebook --no-browser
> ``` > ```
> >
> OR > OR
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment