You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
I am having a really fun time trying to get Jupyter Dash working in my Jupyter Hub configuration. It would seem that I have some incompatible packages, and I don't know which versions I should change.
My Python environment running my JupyerLab instance has these packages:
I get this error when I try to run JupyterDash.infer_jupyter_proxy_config()
18 if IPython.get_ipython() is not None:
19 if _dash_comm.kernel is not None:
---> 20 _caller["parent"] = _dash_comm.kernel.get_parent()
21 _dash_comm.send({
22 'type': 'base_url_request'
23 })
AttributeError: 'IPythonKernel' object has no attribute 'get_parent'
Which makes be believe that maybe my ipython version is incompatible..
Now I am able to launch the Dashboard but get a bunch of 404 errors when I try to access it through jupyter-server-proxy. It looks like the dashboard isn't getting the updated proxy path.
Any guidance would be much appreciated...
TIA
The text was updated successfully, but these errors were encountered:
'IPythonKernel' object has no attribute 'get_parent' has been reported before but we haven't been able to pin down where it's coming from - that said there's a potential fix we could add - see discussion 9c6e668#r70664598
I am having a really fun time trying to get Jupyter Dash working in my Jupyter Hub configuration. It would seem that I have some incompatible packages, and I don't know which versions I should change.
My Python environment running my JupyerLab instance has these packages:
I get this error when I try to run
JupyterDash.infer_jupyter_proxy_config()
Which makes be believe that maybe my
ipython
version is incompatible..Now I am able to launch the Dashboard but get a bunch of
404
errors when I try to access it throughjupyter-server-proxy
. It looks like the dashboard isn't getting the updated proxy path.Any guidance would be much appreciated...
TIA
The text was updated successfully, but these errors were encountered: