mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
More JupyterNotebookApp renaming
This commit is contained in:
parent
fccadf67c0
commit
dfa72c804d
@ -199,11 +199,11 @@ class JupyterNotebookApp(NotebookConfigShimMixin, LabServerApp):
|
||||
|
||||
flags = flags
|
||||
flags['expose-app-in-browser'] = (
|
||||
{'NotebookApp': {'expose_app_in_browser': True}},
|
||||
{'JupyterNotebookApp': {'expose_app_in_browser': True}},
|
||||
"Expose the global app instance to browser via window.jupyterlab."
|
||||
)
|
||||
flags["collaborative"] = (
|
||||
{"NotebookApp": {"collaborative": True}},
|
||||
{"JupyterNotebookApp": {"collaborative": True}},
|
||||
"Whether to enable collaborative mode.",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user