JupyterLab¶
Tier 1 — covered by CI, releases block on regressions.
Install¶
pip install pymyiojupyterlab >= 4.0
Render idiom¶
- Last expression in a cell:
MyIO(data=df).add_layer(...) - Renders inline via
_repr_mimebundle_.
Known gotchas¶
- None currently.
- Works on JupyterLab 4.x out of the box.