notebook/ui-tests/test/jupyter_server_config.py
Jeremy Tuloup 068175ab0c
Update to JupyterLab 4.0.6 (#7049)
* Update to JupyterLab 4.0.6

* fix app_version

* reuse upstream config
2023-09-15 09:36:40 +02:00

9 lines
166 B
Python

from typing import Any
from jupyterlab.galata import configure_jupyter_server
c: Any
c.JupyterNotebookApp.expose_app_in_browser = True
configure_jupyter_server(c)