Support download folder as archive in JupyterLite
psychemedia opened this issue · 1 comments
psychemedia commented
JupyerLite provides an in-browser version of JupyterLab supported by an in-browser WASM based Python environment. Notebooks can be uploaded to JupyterLite and saved to browser storage, along with edited notebooks and data files etc. Being able to easily export notebooks as a zip archive from the in-browser environment would be really useful.
Currently, using the jupyter-archive
extension to download a folder as an archive file in Chrome pops up a browser status message to the effect of download.html
File wasn't available on site and no archive file is downloaded.