Replies: 1 comment 3 replies
-
You need to use the esm to load dynamically try this instead: d3 = await import("https://cdn.jsdelivr.net/npm/d3@7/+esm");
d3a = await import("https://cdn.jsdelivr.net/npm/[email protected]/+esm");
d3c = await import("https://cdn.jsdelivr.net/npm/[email protected]/+esm");
d3p = await import("https://cdn.jsdelivr.net/npm/[email protected]/+esm");
d3sh = await import("https://cdn.jsdelivr.net/npm/[email protected]/+esm");
d3s = await import("https://cdn.jsdelivr.net/npm/[email protected]/+esm"); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
Sorry, perhaps the question is a bit lame, I'm new to JS and web development.
This seems to work in the browser
But this does not work in .net interactive Jupyter
What do I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions