We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f583f0d commit a25df36Copy full SHA for a25df36
2 files changed
analysis/data
@@ -0,0 +1 @@
1
+../data/
environment/compose.yml
@@ -17,6 +17,6 @@ services:
17
- '../analysis:/home/jovyan/analysis'
18
# Link the data directory into the container so it can be made visible in
19
# the JupyterLab UI
20
- - '../data:/home/jovyan/analysis/data'
+ - '../data:/home/jovyan/data'
21
# Make the server config file available in the correct place
22
- '../environment/jupyter_server_config.py:/home/jovyan/.jupyter/jupyter_server_config.py'
0 commit comments