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

added WSL instructions to readme

parent ee77cd15
No related branches found
No related tags found
1 merge request!29added WSL instructions to readme
...@@ -37,6 +37,22 @@ A page should open in your web browser - to access the practicals, navigate ...@@ -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` 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:
>
> 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 Some practical sub-directories will also contain a `README.md` file with
additional information specific to the practical. Make sure you read this as additional information specific to the practical. Make sure you read this as
well **before running the notebooks**. 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