Skip to main content

README

Agent Runtimes


Agent Runtimes / chat/notebook/EphemeralNotebook

chat/notebook/EphemeralNotebook

EphemeralNotebook — an in-memory Jupyter notebook rendered next to the chat.

The notebook model lives purely in memory (the nbformat content below is never persisted to a file) and is backed by a sandbox kernel obtained via useJupyter. This mirrors the pattern used by the notebook editor and the NotebookNbformat example, so the agent can drive the notebook through the registered notebook frontend tools while nothing is written to disk.

The container structure (relative wrapper + absolutely positioned inner box

  • #dla-Jupyter-Notebook overrides) is copied from the notebook editor (NotebookEditorPanel) so the cells get a resolved height and actually render — a plain height: 100% collapses to zero inside a flex parent.

Interfaces

Functions

References

default

Renames and re-exports EphemeralNotebook