From ab0fdf502f994a30b0a6cd5578b7ae9bb430392c Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 9 Aug 2023 09:21:33 +0100 Subject: [PATCH] Trying with ood reccomended --- base-notebook/jupyter_server_config.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/base-notebook/jupyter_server_config.py b/base-notebook/jupyter_server_config.py index 88f0ce191c..59f06c0f64 100644 --- a/base-notebook/jupyter_server_config.py +++ b/base-notebook/jupyter_server_config.py @@ -11,17 +11,17 @@ c.ServerApp.ip = "0.0.0.0" c.ServerApp.open_browser = False -c.ServerApp.default_url = '/node/slurmd-0/8888/' -#c.ServerApp.base_url = '/node/slurmd-0/8888/' -#c.ServerApp.websocket_url = '/node/slurmd-0/8888' - -c.ServerApp.allow_remote_access = True -c.ServerApp.allow_origin = '*' - -c.ServerApp.websocket_url = 'wss://128.232.226.84/node/slurmd-0/8889' - c.Application.log_level = 'DEBUG' + +c.NotebookApp.ip = '*' +c.NotebookApp.port = 8888 +c.NotebookApp.port_retries = 0 +c.NotebookApp.password = u'sha1:7d93500c86ae587b3d9f4bf1b8cec36f221c8183' c.NotebookApp.base_url = '/node/slurmd-0/8888/' +c.NotebookApp.open_browser = False +c.NotebookApp.allow_origin = '*' +c.NotebookApp.notebook_dir = /home/rocky +c.NotebookApp.disable_check_xsrf = True # to output both image/svg+xml and application/pdf plot formats in the notebook file c.InlineBackend.figure_formats = {"png", "jpeg", "svg", "pdf"}