-
Beta Was this translation helpful? Give feedback.
Answered by
gganapat
Aug 25, 2025
Replies: 1 comment 1 reply
-
How did you import Plotly? And you should probably retitle the issue to be specific to Plotly.js — if the library runs in the browser, there’s always a way to make it work in Notebooks, but there might be challenges depending on how Plotly distributes their software. I can try to debug this later if I find time. Certainly 3D and anything else you can do in a browser is supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your question gave me the clue - I changed it from
import Plotly from "npm:plotly.js-basic-dist-min";
to
import Plotly from "npm:plotly.js-dist"
and it worked fine now. Thanks for the tip-off!