Skip to content

Commit b914e2b

Browse files
authored
Fixed apps/jupyter-app.md cited home directory from '/root' to '/home/root' (#318)
Fixed apps/jupyter-app.md cited home directory from '/root' to '/home/root'
1 parent 994d6d2 commit b914e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/safe-haven-services/open-ondemand/apps/jupyter-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The app also creates a `$HOME/ondemand/share/jupyter/` in your home directory on
9090

9191
## Accessing files outside the scope of your home directory
9292

93-
A feature of JupyterLab is that it constrains your ability to browse files to your home directory (`/root` within the container) and subdirectories. This means that you **cannot** access the mounted `/safe_data`, `/safe_outputs`, `/scratch` or `/mnt/share` directories via:
93+
A feature of JupyterLab is that it constrains your ability to browse files to your home directory (`/home/root` within the container) and subdirectories. This means that you **cannot** access the mounted `/safe_data`, `/safe_outputs`, `/scratch` or `/mnt/share` directories via:
9494

9595
* File browser panel.
9696
* **File** menu, **Open from Path...** menu option.

0 commit comments

Comments
 (0)