Notebook Plotting¶
In PyVista, we have two routes for plotting inside Jupyter notebooks.
Server-side rendering with PyVista streaming to the notebook through
ipyvtk_simple
Client-side rendering with
itkwidgets
.
In PyVista, we have two routes for plotting inside Jupyter notebooks.
Server-side rendering with PyVista streaming to the notebook through ipyvtk_simple
Client-side rendering with itkwidgets
.