Skip to content
Snippets Groups Projects
Commit 8f23ab03 authored by Sean Fitzgibbon's avatar Sean Fitzgibbon
Browse files

Merge branch 'update_readme_wsl' into 'master'

added WSL instructions to readme

See merge request fsl/win-pytreat!29
parents ee77cd15 d1a86e89
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,22 @@ A page should open in your web browser - to access the practicals, navigate
into one of the `getting_started`, `advanced_programming`, or `applications`
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:
>
> 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
> ```
>
> OR
>
> Find the path to your browser and point `notebook` to it:
> ```
> export BROWSER=/mnt/c/path/to/browser.exe
> fslpython -m notebook --NotebookApp.use_redirect_file=False
> ```
>
Some practical sub-directories will also contain a `README.md` file with
additional information specific to the practical. Make sure you read this as
well **before running the notebooks**.
......
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