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