nb_display#

PostProcessor.nb_display(show_axis=True, show_grid=True, show_ruler=True)[source]#

Show the Jupyter Notebook display.

Note

.assign_curvature_extraction Jupyter Notebook is not supported by IronPython.

Parameters:
show_axisbool, optional

Whether to show the axes. The default is True.

show_gridbool, optional

Whether to show the grid. The default is True.

show_rulerbool, optional

Whether to show the ruler. The default is True.

Returns:
IPython.core.display.Image

Jupyter notebook image.