Skip to content

Commit

Permalink
Set configuration in root
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Aug 19, 2023
1 parent f05e51b commit 6389905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions jupyter_server_config_extra.py → jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@


c.ServerProxy.servers = {
"test-server": {
"command": ["python", "-m", "http.server", "{port}"],
"absolute_url": False,
"launcher_entry": {"title": "Test Server"},
},
"hubble": {
"command": [
"voila",
Expand Down
5 changes: 3 additions & 2 deletions postBuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pwd
ls -lrt
jupyter --paths

cp jupyter_config.json /etc/jupyter
cat /etc/jupyter/jupyter_server_config_extra.py >> /etc/jupyter/jupyter_server_config.py
# cp jupyter_config.json /etc/jupyter
# cat /etc/jupyter/jupyter_server_config_extra.py >> /etc/jupyter/jupyter_server_config.py

export NODE_OPTIONS=--openssl-legacy-provider
pip install git+https://github.com/nmearl/hubbleds.git

0 comments on commit 6389905

Please sign in to comment.