Skip to content

Commit

Permalink
Testing different default url
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 7, 2023
1 parent ff8bc8c commit 9f8fd43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-notebook/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
c.ServerApp.ip = "0.0.0.0"
c.ServerApp.open_browser = False

c.ServerApp.default_url = '/node/slurmd-0/8888/'

# 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 9f8fd43

Please sign in to comment.