Skip to content

Commit

Permalink
Trying with ood reccomended
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 9, 2023
1 parent 64b0a28 commit ab0fdf5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit ab0fdf5

Please sign in to comment.