dfm / tess-atlas

MIT License
9 stars 8 forks source link

Add image-rendering md cells instead of displaying images from python-cell output #268

Closed avivajpeyi closed 1 year ago

avivajpeyi commented 1 year ago

Instead of displaying images via the output of python, this will make it so that the images are saved by the plotting functions, and displayed from the markdown cells.

This is supposed to help in reducing the size of the ipynbs (images wont be embedded as txt into the ipynb, and now will just be a reference to a path).