Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 5d74b25

Browse files
committed
Don't require call to infer_jupyter_config() before allowing use of jupyterlab display mode
1 parent 9384bfd commit 5d74b25

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

jupyter_dash/jupyter_app.py

-10
Original file line numberDiff line numberDiff line change
@@ -273,16 +273,6 @@ def wait_for_app():
273273
dashboard_url=dashboard_url
274274
))
275275
elif mode == 'jupyterlab':
276-
if _jupyter_config.get("frontend") != "jupyterlab":
277-
raise IOError("""
278-
Unable to communicate with the jupyterlab-dash JupyterLab extension.
279-
Is this Python kernel running inside JupyterLab with the jupyterlab-dash
280-
extension installed?
281-
282-
You can install the extension with:
283-
284-
$ jupyter labextension install jupyterlab-dash
285-
""")
286276
# Update front-end extension
287277
_dash_comm.send({
288278
'type': 'show',

0 commit comments

Comments
 (0)