diff --git a/doc/changelog.d/1970.fixed.md b/doc/changelog.d/1970.fixed.md new file mode 100644 index 0000000000..850267a440 --- /dev/null +++ b/doc/changelog.d/1970.fixed.md @@ -0,0 +1 @@ +myst warning -- all cells must be of same type \ No newline at end of file diff --git a/doc/source/examples/01_getting_started/05_plotter_picker.mystnb b/doc/source/examples/01_getting_started/05_plotter_picker.mystnb index 9f14267956..a2a1c6b60c 100644 --- a/doc/source/examples/01_getting_started/05_plotter_picker.mystnb +++ b/doc/source/examples/01_getting_started/05_plotter_picker.mystnb @@ -170,7 +170,7 @@ plotter.show(plot_list) You can clip any object represented in the plotter by defining a ``Plane`` object that intersects the target object. -```{code-cell} ipython +```{code-cell} ipython3 from ansys.geometry.core.math import Plane, Point3D pl = GeometryPlotter() @@ -219,7 +219,7 @@ the ``plot()`` method. In the following cell you can create a new design and plot a prism and a cylinder in different colors. -```{code-cell} ipython +```{code-cell} ipython3 design = modeler.create_design("MultiColors") # Create a sketch of a box