tuxu / ipynb-quicklook

A Quick Look generator for Jupyter/IPython notebooks without further dependencies
MIT License
188 stars 9 forks source link

Bundle JS/CSS dependencies for offline use #10

Closed tuxu closed 2 years ago

tuxu commented 2 years ago

Inline all dependencies from template.html, including nbv.js which previously had to be attached to the generator preview.

Note that the inliner tool needs some hacks to be called from a script and does not fail execution when a URL could not be fetched. A more robust alternative would be great.

Fixes #5.