gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
738 stars 108 forks source link

Multiple blocks/images #116

Closed falematte closed 7 years ago

falematte commented 7 years ago

I use ob-ipython in a very similar way to a mathematica notebook. In order to do this it would be interesting to evaluate all source block in a file and print the output of each of them. In order to do this the image exported by each one should be different. It would be usefull to do this without writing the name of each file...

singletS commented 7 years ago

https://github.com/jkitchin/scimax

You may want to look at the scimax starter kit. It provides many features that help org mode behave more like a mma notebook (auto-named output drawers, auto-naming figures, etc.). Uses a modified version of ob-ipython.

gregsexton commented 7 years ago

Didn't see this issue until just now, but very happily and coincidentally, I just added this feature. You don't have to supply a file name any more.