jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
69 stars 60 forks source link

Copy marked.umd.js to marked.js and revert loading #236

Closed echarles closed 1 year ago

echarles commented 1 year ago

Fixes https://github.com/jupyter/nbclassic/issues/227

This revert the changes introduced in https://github.com/jupyter/nbclassic/pull/201. Instead of loading from umd file, we load from javascript as before, and we copy the marked.umd.js file to marked.js after bower has pulled the dependencies.

This also solves https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/pull/152