Added config volume
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user