nb_display#

PostProcessor3DLayout.nb_display(show_axis: bool = True, show_grid: bool = True, show_ruler: bool = True)#

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.