From 708113a41925a4150859bb7aee6b36798a2ae0ec Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 1 Aug 2023 17:07:44 +0000 Subject: [PATCH] Use HTML instead of Markdown for Figure 2 --- lessons/python/7_oop.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lessons/python/7_oop.ipynb b/lessons/python/7_oop.ipynb index 465b203..22032b8 100644 --- a/lessons/python/7_oop.ipynb +++ b/lessons/python/7_oop.ipynb @@ -125,9 +125,10 @@ "tags": [] }, "source": [ - "![Shapes UML diagram](./media/shapes-uml-diagram.png \"UML class diagrams for Shape, Circle, Rectangle, and Square.\")\n", - "\n", - "*Figure 2: Class diagrams for Shape, Circle, Rectangle, and Square.*" + "
\n", + " \"UML\n", + "
Figure 2: Class diagrams for Shape, Circle, Rectangle, and Square.
\n", + "
" ] }, {