Skip to content

Commit 85e4600

Browse files
fix: myst warning -- all cells must be of same type (#1970)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 6ac622f commit 85e4600

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/1970.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
myst warning -- all cells must be of same type

doc/source/examples/01_getting_started/05_plotter_picker.mystnb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ plotter.show(plot_list)
170170
You can clip any object represented in the plotter by defining a ``Plane`` object that
171171
intersects the target object.
172172

173-
```{code-cell} ipython
173+
```{code-cell} ipython3
174174

175175
from ansys.geometry.core.math import Plane, Point3D
176176
pl = GeometryPlotter()
@@ -219,7 +219,7 @@ the ``plot()`` method.
219219

220220
In the following cell you can create a new design and plot a prism and a cylinder in different colors.
221221

222-
```{code-cell} ipython
222+
```{code-cell} ipython3
223223
design = modeler.create_design("MultiColors")
224224

225225
# Create a sketch of a box

0 commit comments

Comments
 (0)