noamteyssier / pvsvg

a python wrapper of the vis.js network visualization library with an additional ability to export static SVG
MIT License
1 stars 1 forks source link

return html code as text instead of writing to file #6

Open abearab opened 1 month ago

abearab commented 1 month ago

to be used with this within jupyter notebook

from IPython.core.display import HTML

I can make PR for this.

noamteyssier commented 1 month ago

Feel free to make PR and I'll review