ResidentMario / py_d3

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

Passing data from python to d3js #18

Closed nitrosx closed 6 years ago

nitrosx commented 6 years ago

Is there a way to pass data from python to javascript to be used in d3.js?

ResidentMario commented 6 years ago

No, there's no language interop facility in Jupyter unfortunately.