Skip to content

Commit

Permalink
Remove template instructions temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Nov 2, 2023
1 parent 8ce1ff1 commit e36ece9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions jupyter_server_config_extra_tmpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"--Voila.base_url={base_url}hubble/",
"--Voila.server_url=/",
"--Voila.tornado_settings={{'allow_origin': '*'}}",
"--VoilaConfiguration.template=cosmicds-default",
# "--VoilaConfiguration.template=cosmicds-default",
"--VoilaConfiguration.enable_nbextensions=true",
"--VoilaConfiguration.file_whitelist=['.*']",
"--VoilaConfiguration.show_tracebacks=true",
"--VoilaConfiguration.http_keep_alive_timeout=5"
"--VoilaConfiguration.http_keep_alive_timeout=5",
"--ExecutePreprocessor.timeout=300"
],
"absolute_url": False,
"launcher_entry": {"title": "Hubble Data Story"},
Expand Down
1 change: 0 additions & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ls -lrt
jupyter --paths

mkdir -p /home/jovyan/.local/etc/jupyter
cp jupyter_config.json /home/jovyan/.local/etc/jupyter
cat jupyter_server_config_extra.py >> /home/jovyan/.local/etc/jupyter/jupyter_server_config.py

export NODE_OPTIONS=--openssl-legacy-provider
Expand Down

0 comments on commit e36ece9

Please sign in to comment.