File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 88from pathlib import Path
99
1010from jupyter_client .utils import ensure_async # type:ignore[attr-defined]
11+
1112# from jupyter_core.application import base_aliases
1213from jupyter_core .paths import jupyter_config_dir
1314from jupyter_server .base .handlers import JupyterHandler
1415from jupyter_server .extension .handler import (
1516 ExtensionHandlerJinjaMixin ,
1617 ExtensionHandlerMixin ,
1718)
19+
1820# from jupyter_server.serverapp import flags
1921from jupyter_server .utils import url_escape , url_is_absolute
2022from jupyter_server .utils import url_path_join as ujoin
@@ -277,7 +279,7 @@ class JupyterNotebookApp(NotebookConfigShimMixin, LabServerApp): # type:ignore[
277279 # {"JupyterNotebookApp": {"expose_app_in_browser": True}},
278280 # "Expose the global app instance to browser via window.jupyterapp.",
279281 # )
280-
282+
281283 # flags["custom-css"] = (
282284 # {"JupyterNotebookApp": {"custom_css": True}},
283285 # "Load custom CSS in template html files. Default is True",
You can’t perform that action at this time.
0 commit comments