voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.32k stars 497 forks source link

`include_js` no longer compatible with nbconvert / support es modules #1413

Closed timkpaine closed 8 months ago

timkpaine commented 8 months ago

https://github.com/voila-dashboards/voila/blob/6418e2521f6901fa896448502f9a36743b8747ce/voila/utils.py#L267

This does not allow for es modules, which is now the second argument: https://github.com/jupyter/nbconvert/pull/2063