ob-ipython
ob-ipython copied to clipboard
Specifying stable filename for images
Would it be possible to add an option to have stable image file names for the output of a source block? For instance, if a source block has a #+NAME of 'my-calculation', then any output graph would be saved as 'my-calculation.svg'.
This would make it easier to reuse figure output in other sources, e.g., in a publication.
Use :ipyfile path
Great, thanks! I'll give that a shot :)