Open Khagesh16 opened 2 months ago
@Khagesh16 : I ran into a similar issue and I made it work by manually changing the dependency constraints of the extension before calling jupyter lab build
. See this PR to know what file to change. You can also have a look at this jupyterlab-retrieve-base-url extension as a temporary workaround.
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context
We are hosting jupyterlab on eks cluster with jupyterhub integration for the analytical purposes. In our lab environment we have python kernel with all necessary visualization libs. Dash was working fine previously with separate jupyter-dash installation but now its not working.
Based on the documentation we followed this step
pip list | grep dash
belowJupyter configuration
if frontend related, tell us your Browser, Version and OS
Describe the bug
Based on the investigation probably this function is causing the issue.here. I run this code blocked yesterday and its still running in my remote sandbox. As mentioned earlier its hosted on eks pod.
Expected behavior
jupyter_dash.infer_jupyter_proxy_config()
should infer the proxy config and let the dash render the plots inline.Screenshots
If applicable, add screenshots or screen recording to help explain your problem.