QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

FEAT: add cell attachments for standalone notebooks with support images and files #139

Open mmcky opened 6 years ago

mmcky commented 6 years ago

It would be good to have the ability to save images, downloads and data in notebooks as cell attachments.

it looks like jupyterlab at least has partial support of the feature: https://github.com/jupyterlab/jupyterlab/pull/4373