Skip to content

Commit e6b4363

Browse files
ablate the notebook cli
1 parent a02184a commit e6b4363

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebook/app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
from pathlib import Path
99

1010
from jupyter_client.utils import ensure_async # type:ignore[attr-defined]
11+
1112
# from jupyter_core.application import base_aliases
1213
from jupyter_core.paths import jupyter_config_dir
1314
from jupyter_server.base.handlers import JupyterHandler
1415
from jupyter_server.extension.handler import (
1516
ExtensionHandlerJinjaMixin,
1617
ExtensionHandlerMixin,
1718
)
19+
1820
# from jupyter_server.serverapp import flags
1921
from jupyter_server.utils import url_escape, url_is_absolute
2022
from 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",

0 commit comments

Comments
 (0)