Revisiting JupyterLite and notebooks
Schematic: how JupyterLite works.
Caching and local copies.
Implications: data and notebooks need to be prestaged. Libraries need to be provided.
Alternatives to discuss/demo:
- Google Colab
- mybinder
- local install of JupyterLab; JupyterHub
Building and configuring your own custom site
following https://jupyterlite.readthedocs.io/en/stable/quickstart/deploy.html
- creating your own github sandbox
- log into github
- fork repo
- (enable actions?)
- (enable github pages?)
- prestaging data files and notebooks
- upload/etc files; commit
- wait for actions
- (how to find URL of new site)
- what is done automatically by github/github actions
- issues and problems: caching