ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.23k stars 806 forks source link

Preprocessor for embedding images #1064

Open juhasch opened 7 years ago

juhasch commented 7 years ago

Idea:

Create a nbconvert preprocessor that embeds images in markdown cells as attachments inside the notebook document itself.

Use Case:

Have a single document that includes all referenced images, e.g. for sharing notebooks or exporting to slides without further dependencies.

Questions

juhasch commented 7 years ago

See #1067 for what I had in mind.