Skip to content

Commit

Permalink
Chore/update heal ws (#3089)
Browse files Browse the repository at this point in the history
* new heal tutorial ws image

* add tutorial ws launch args

* fix

---------

Co-authored-by: J Montgomery Maxwell <jmontgomerymaxwell@Js-MacBook-Pro.local>
  • Loading branch information
jmontmaxwell and J Montgomery Maxwell authored Dec 10, 2024
1 parent 3be8773 commit 7f9b4f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions qa-heal.planx-pla.net/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,14 @@
"FRAME_ANCESTORS": "https://qa-heal.planx-pla.net"
},
"args": [
"--NotebookApp.base_url=/lw-workspace/proxy/",
"--NotebookApp.default_url=/lab",
"--NotebookApp.password=''",
"--NotebookApp.token=''",
"--NotebookApp.quit_button=False"
"--JupyterNotebookApp.base_url=/lw-workspace/proxy/",
"--JupyterNotebookApp.default_url=/lab",
"--JupyterNotebookApp.password=''",
"--JupyterNotebookApp.token=''",
"--JupyterNotebookApp.ip='*'",
"--JupyterNotebookApp.notebook_dir='/home/jovyan'",
"--JupyterNotebookApp.shutdown_no_activity_timeout=3600",
"--JupyterNotebookApp.quit_button=False"
],
"command": [
"start-notebook.sh"
Expand Down

0 comments on commit 7f9b4f2

Please sign in to comment.