You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe related: I was wondering if it would be of general use to have a no dependencies option for the offline html? It'd be useful in situations where you write many html files to the same location, and care about how fast you can write them to disk.
(This is something we're doing at the moment, overwriting a single file with new data, and I think it'd speed up the responsiveness quite a bit if it didn't re-download every dependency each time.)
Yes, a cache would be nice, I think though it should (optionally) check the CDN for the right version, and if not it should update it. My guess is that the request package can do this. I also hate that it downloads everything every time. It can also do a hardlink to the cached file (for non-windows users).
The
offline=True
kwarg inipyvolume.embed.embed_html()
is failing to save the file at https://unpkg.com/[email protected]/dist/index.js locally asjs/jupyter-threejs.js
Copying that file manually into
js/jupyter-threejs.js
fixes the issue and allows offline viewing.I'm using ipyvolume installed from master branch: 0.5.2-dev.1
The text was updated successfully, but these errors were encountered: