jellycell.run.capture¶
Translate Jupyter iopub messages to lightweight dicts.
The runner turns these into :class:~jellycell.cache.manifest.OutputRecord
instances after storing blob data. Keeping this layer thin and data-only makes
it trivial to unit-test without a live kernel.
Module Contents¶
Functions¶
Convert a Jupyter iopub message to a normalized dict. |