JupyterLite users need a way to save their notebooks to their GDrive, because otherwise their locally-saved notebooks are lost upon {browser cache reset is it?,}?
Proposed Solution
[ ] Determine whether jupyterlab-google-drive already works in a jupyter lite build
python -m pip install --pre jupyterlite
jupyter lite init
jupyter lite build
# ...
jupyter lite build
#
python -m webbrowser ./_biuld/index.html # && run jupyterlab-google-drive *tests*
Problem
JupyterLite users need a way to save their notebooks to their GDrive, because otherwise their locally-saved notebooks are lost upon {browser cache reset is it?,}?
Proposed Solution
jupyter lite build
https://jupyterlite.readthedocs.io/en/latest/
Additional context