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

nbclassic >=0.5 breaks jupyter_nbextensions_configurator #227

Closed scmmmh closed 1 year ago

scmmmh commented 1 year ago

Hi,

It seems that the nbclassic >= 0.5 releases break the jupyter_nbextensions_configurator extension, because it cannot find the corrected "marked.js" file. It is trying to load "/static/nbclassic/components/marked/lib/marked.js?v=20230228105802", but cannot find that. If I pin nbclassic < 0.5, then it works.

Best, Mark

echarles commented 1 year ago

Thx for reporting.

This is due to https://github.com/jupyter/nbclassic/pull/201 and should be fixed in the https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator repository.

cc/ @RRosio @ericsnekbytes

scmmmh commented 1 year ago

I've re-reported it there.

jslorrma commented 1 year ago

Opened a fixing pull request in https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/pull/152