Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
win-pytreat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
win-pytreat
Commits
d1a86e89
Commit
d1a86e89
authored
3 years ago
by
Sean Fitzgibbon
Browse files
Options
Downloads
Patches
Plain Diff
added WSL instructions to readme
parent
ee77cd15
No related branches found
No related tags found
1 merge request
!29
added WSL instructions to readme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-0
16 additions, 0 deletions
README.md
with
16 additions
and
0 deletions
README.md
+
16
−
0
View file @
d1a86e89
...
@@ -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**
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment