diff --git a/README.md b/README.md index 34f6b682968154cf4a2b305f2e410d4071cc4aca..9d313ea6bf449d45c09898dc555d63af5566aa5c 100644 --- a/README.md +++ b/README.md @@ -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**.