ipython-contrib / jupyter_contrib_nbextensions

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

Contribute nbconvert extensions upstream? #1468

Open yuhan0 opened 4 years ago

yuhan0 commented 4 years ago

I work in JupyterLab and use the html-embed option in nbconvert when exporting notebooks into a standalone HTML file. However it seems that the extensions to nbconvert that allow this are bundled together with this package: https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbconvert_support

For better separation of concerns, would it be better for the relevant code to be contributed upstream to nbconvert itself or a separate package?

I assume this repo deals mostly with Javascript "frontends", and e.g. JupyterLab users should not have to install a collection of legacy notebook extensions to get nbconvert functionality.