File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,17 @@ sudo docker build -t openanalytics/shinyproxy-jupyter-datascience .
33
33
Create a ShinyProxy configuration file (see [ application.yml] ( application.yml ) for a complete file)
34
34
35
35
``` yaml
36
- - id : jupyter-notebook-lab
37
- display-name : Jupyter Notebook Lab
38
- description : Jupyter Notebook running in lab mode.
39
- container-cmd : ["start-notebook.sh", "--NotebookApp.token=''", "--NotebookApp.base_url=#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}"]
40
- container-image : openanalytics/shinyproxy-jupyter-datascience
41
- container-volumes : [ "/tmp/jupyter/#{proxy.userId}/work:/home/jovyan/work"]
42
- port : 8888
43
- websocket-reconnection-mode : None
44
- target-path : " #{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}"
36
+ proxy :
37
+ specs :
38
+ - id : jupyter-notebook-lab
39
+ display-name : Jupyter Notebook Lab
40
+ description : Jupyter Notebook running in lab mode.
41
+ container-cmd : ["start-notebook.sh", "--NotebookApp.token=''", "--NotebookApp.base_url=#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}"]
42
+ container-image : openanalytics/shinyproxy-jupyter-datascience
43
+ container-volumes : [ "/tmp/jupyter/#{proxy.userId}/work:/home/jovyan/work"]
44
+ port : 8888
45
+ websocket-reconnection-mode : None
46
+ target-path : " #{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}"
45
47
` ` `
46
48
47
49
Note: this will mount ` /tmp/jupyter/#{proxy.userId}` as the workspace for
You can’t perform that action at this time.
0 commit comments