-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widget load failure '@deck.gl/jupyter-widget' #16393
Comments
Does this work for you in Jupyter Lab, |
Thanks @DonJayamanne I just ran it in a Jupyter Lab and indeed here both In VSCode, the output box for |
Please can you provide the list of packages and versions required to setup a conda env to get this working in Jupyter lab Using that I can test Jupyter lab locally and figure out what’s required in vscode |
Not sure if this is what you mean, because it is working in Jupyter Lab (i.e. its not reproducing the error), but here is the yml file for the environment that has the error in VSCode.
|
Environment data
Created using
conda create -n jupy-test -c conda-forge python jupyter_bokeh=4.0.5 pydeck=0.8 ipykernel panel
Expected behaviour
I'm trying to wrap a pydeck object in a Panel pane and display it in a Jupyter interactive window. A few months ago this was working.
Actual behaviour
When I create a pydeck, I'm seeing the following error:
Next everything seems to be working (I can see and interact with the pydeck), but when I try to wrap the pydeck object in a Panel pane the interactive Jupyter window doesn't show/load anything.
Steps to reproduce:
So
deck
does show up, butx
doesn't work.Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: