stanza.plotter.backends.inline
Inline plotting backend for Jupyter notebooks.
Uses jupyter_bokeh extension for reliable live updates in all notebook environments. Install: pip install jupyter_bokeh
Module Contents
Classes
API
Display live-updating plots directly in notebook cells.
Initialize Bokeh notebook output.
Clean up resources.
Create a new plot configuration.
Add data to plot and display/update it.
First call displays the plot, subsequent calls update via ColumnDataSource.

