- The document discusses how the author's team embedded Jupyter notebooks within their application to allow secure data analysis.
- They used JupyterHub to run Jupyter servers within Docker containers. They configured JupyterHub to recognize their app as an admin via the API to create/manage users and notebooks.
- Notebooks are accessed via iframes. The API is used to create empty notebooks or load existing ones from the app database into notebooks within the iframe.