is_notebook#

ansys.aedt.core.visualization.plot.matplotlib.is_notebook() bool#

Check if pyaedt is running in Jupyter or not.

Returns:
bool

Examples

>>> from ansys.aedt.core.internal.checks import is_notebook
>>> isinstance(is_notebook(), bool)
True