-
Notifications
You must be signed in to change notification settings - Fork 4
Using a drive instead of downloading files #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When used in JupyterLite, right? I suppose because by default JupyterLite saves files in IndexedDB. This could also be relevant to jupyterlite/jupyterlite#1041, if this behavior gets moved to a drive at some point too. |
Right, if this extension was installed on a classic JupyterLab session, you would download the entire git repo onto the server |
Currently the files are downloaded to the file browser, and saved in the web browser storage (indexed DB).
After discussion with @martinRenou, we could probably use a custom drive instead of copying the files to the file browser.
Advantages / drawbacks to be discussed.
The text was updated successfully, but these errors were encountered: