This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Run jupyter-dash with Jupyterlab2.x + JupyterHub + Kubernetes #14
Open
Description
Regarding #2, not sure which server proxy it is referring to. Can you point me to the link to the documentation?
Hi @rdelubi,
This issue is specifically concerning Colab, because Colab isn't a standard Jupyter front-end. For regular JupyterHub, it should be enough to:
- Make sure the
jupyterlab-dash
extension is built (https://github.com/plotly/jupyter-dash#jupyterlab-support) - Make sure
jupyter_server_proxy
is installed in the environment running the Jupyter server. - Call
JupyterDash.infer_jupyter_proxy_config()
at the top of the notebook. This uses the JupyterLab extension to detect the URL that JupyterLab is being accessed at (This is whatserver_url
is), passes that info back to the Python library for use in configuring Dash.
If that doesn't work for you, could you open a new issue? Thanks!
Originally posted by @jonmmease in #10 (comment)
Metadata
Metadata
Assignees
Labels
No labels