igvteam / igv-notebook

Module for embedding igv.js in an IPython notebook
MIT License
59 stars 13 forks source link

Save SVG to path #24

Open justin-delano opened 12 months ago

justin-delano commented 12 months ago

I want to create many figures and save them to a folder. This does not seem to be possible currently, without interacting with the IGV browser and manually saving SVGs. Could saving SVGs to a path be implemented? Thanks!

jrobinso commented 12 months ago

This is difficult, in fact I haven't figured out a way to implement this yet. The SVG is created in the browser, I don't know of a way to fetch it from python. It might be possible, but its not easy, if you have any suggestions please post them here.