yuvipanda / notebooksharing.space

BSD 3-Clause "New" or "Revised" License
84 stars 10 forks source link

Don't store anything permanently on jupyterlite #45

Closed yuvipanda closed 7 months ago

yuvipanda commented 7 months ago

The memory storage driver allows us to have a brand new jupyterlite instance for each notebook, without having to store anything in the browser. Without this, we constantly end up with 'are you sure you wanna overwrite this file?' prompts.

Ref https://github.com/notebook-sharing-space/nbss/issues/40