diff --git a/base-notebook/jupyter_server_config.py b/base-notebook/jupyter_server_config.py index df43629a57..88f0ce191c 100644 --- a/base-notebook/jupyter_server_config.py +++ b/base-notebook/jupyter_server_config.py @@ -18,7 +18,7 @@ c.ServerApp.allow_remote_access = True c.ServerApp.allow_origin = '*' -c.ServerApp.websocket_url = 'wss://0.0.0.0:8889' +c.ServerApp.websocket_url = 'wss://128.232.226.84/node/slurmd-0/8889' c.Application.log_level = 'DEBUG' c.NotebookApp.base_url = '/node/slurmd-0/8888/'