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
Creating a new drive consists in implementing the Contents.IDrive interface and should not be too complex depending on where the contents get stored of course.
Maybe there should be new example showing how to do this, for example for storing notebooks and files in the browser local storage (localStorage, IndexedDB).
Additional context
The text was updated successfully, but these errors were encountered:
Writing examples would also probably be a good opportunity to see if there's any improvements that are immediately relevant to do on the server side, this has been the main impediment of https://github.com/jpmorganchase/jupyter-fs.
Problem
Custom drives are a powerful feature of JupyterLab that allow extensions to provide additional sources of contents.
For example:
Proposed Solution
Creating a new drive consists in implementing the
Contents.IDrive
interface and should not be too complex depending on where the contents get stored of course.Maybe there should be new example showing how to do this, for example for storing notebooks and files in the browser local storage (
localStorage
,IndexedDB
).Additional context
The text was updated successfully, but these errors were encountered: