Unable to use infer_jupyter_proxy_config with jupyterhub
See original GitHub issueHi!
I’m having trouble getting jupyter-dash to work with jupyterhub.
The base environment that jupyterhub is running in has jupyter_server_proxy enabled (shows up when the jupyter serverextensions are listed). The kernel has jupyter-dash installed. I’m primarily interested in getting it to work with classic notebooks, but I tried it in lab and it didn’t work either (same error).
Running:
JupyterDash.infer_jupyter_proxy_config()
results in the following error:
OSError: Unable to communicate with the jupyter_dash notebook or JupyterLab
extension required to infer Jupyter configuration.
I tried adding the
from jupyter_dash.comms import _send_jupyter_config_comm_request
_send_jupyter_config_comm_request()
from #17, but no luck there.
Any advice for how to debug further?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Docker Image Not Running On Host 8050 - ADocLib
Develop Dash apps in the Jupyter Notebook and JupyterLab plotly/jupyterdash. Can't run JupyterDash or Plotly from JupyterLab 3.0.10 with docker container.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Google " What is base environment"
It worked after I installed jupyter-dash into the base environment as well! No need for _send_jupyter_config_comm_request()