ResidentMario / py_d3

D3 block magic for Jupyter notebook.
MIT License
451 stars 40 forks source link

Enable loading D3 locally #5

Closed ResidentMario closed 6 years ago

ResidentMario commented 7 years ago

Right now using py_d3 requires loading d3 from a CDN, which requires [a half-decent] Internet connection. This isn't totally unreasonable, but as @mdezube pointed out, it'd be great for portability (presentations, working on a flight, etc.) if you could load D3 from a local file instead.

Note that whilst D3 v3 was monolithic, D3 v4 splits its standard lib and optional libraries into multiple separate files. Minify it yourself!

ResidentMario commented 6 years ago

Fixed by #11 in the current master!