I am attempting to use SBGNview in Jupyter notebook. I am not interested in saving the result to file but only in embedding the SVG string in the notebook for interactive viewing. Would it be possible to add a utility function allowing to displaying the result? Most R packages I know use print for display and have a dedicated save method, but here the print.SBGNview is used as save which prevents some use-cases. I am happy to open PR if this is welcome.
I am attempting to use
SBGNviewin Jupyter notebook. I am not interested in saving the result to file but only in embedding the SVG string in the notebook for interactive viewing. Would it be possible to add a utility function allowing to displaying the result? Most R packages I know useprintfor display and have a dedicatedsavemethod, but here theprint.SBGNviewis used as save which prevents some use-cases. I am happy to open PR if this is welcome.