This repository was archived by the owner on Apr 27, 2026. It is now read-only.
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/d3-array@3.2.4/+esm");
d3c = await import("https://cdn.jsdelivr.net/npm/d3-collection@1.0.7/+esm");
d3p = await import("https://cdn.jsdelivr.net/npm/d3-path@3.1.0/+esm");
d3sh = await import("https://cdn.jsdelivr.net/npm/d3-shape@3.2.0/+esm");
d3s = await import("https://cdn.jsdelivr.net/npm/d3-sankey@0.12.3/+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


Uh oh!
There was an error while loading. Please reload this page.
-
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