Added config volume

This commit is contained in:
2022-10-01 19:10:15 -07:00
parent f06f00188c
commit e62e2c2919
6 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ c = get_config() # noqa: F821
c.ServerApp.ip = "0.0.0.0"
c.ServerApp.port = 8888
c.ServerApp.open_browser = False
c.ServerApp.root_dir = "/home/joyvan/notebooks"
c.ServerApp.root_dir = "/home/jovyan/notebooks"
# to output both image/svg+xml and application/pdf plot formats in the notebook file
c.InlineBackend.figure_formats = {"png", "jpeg", "svg", "pdf"}