#!/usr/bin/env python # coding: utf-8 # # jupyter-lite.ipynb # # This notebook is the preferred source of site-specific runtime [configuration](https://jupyterlite.readthedocs.io/en/latest/configuring.html) for a JupyterLite app, and will override any configuration in [`jupyter-lite.json`](./jupyter-lite.json). # ## Editing Configuration # # The configuration is stored in this Notebook's metadata under the `jupyter-lite` key. To edit the configuration in JupyterLab. # # - open the _Property Inspector_ sidebar # - expand the _Advanced Tools_ section # - edit the `jupyter-lite` metadata sub-key # - press the "check" icon # - save the notebook