nb_display#
- PostProcessor3D.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:
- Returns:
IPython.core.display.ImageJupyter notebook image.
Examples
>>> from ansys.aedt.core.visualization.post.post_common_3d import PostProcessor3D >>> obj = PostProcessor3D() >>> obj.nb_display(show_axis=True, show_grid=True)