You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lite/files/intro.ipynb
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
"\n",
31
31
" await micropip.install([\n",
32
32
"\"opencv-python\",\n",
33
-
"\"ipympl\",\n",
34
33
"\"spatialmath-python\",\n",
35
34
"\"pgraph-python\",\n",
36
35
"\"ansitable\",\n",
@@ -61,7 +60,7 @@
61
60
"metadata": {},
62
61
"outputs": [],
63
62
"source": [
64
-
"%matplotlib widget\n",
63
+
"%matplotlib inline\n",
65
64
"import matplotlib.pyplot as plt\n",
66
65
"\n",
67
66
"from machinevisiontoolbox import Image\n",
@@ -88,6 +87,16 @@
88
87
"mona.disp()"
89
88
]
90
89
},
90
+
{
91
+
"cell_type": "markdown",
92
+
"id": "73b8a6e9",
93
+
"metadata": {},
94
+
"source": [
95
+
"<div class=\"alert alert-info\">\n",
96
+
"<strong>Note:</strong> In this environment it is not possible to examine pixel values by hovering the mouse cursor over an image. This a limitation of Matplotlib in a Pyodide Web Worker.\n",
0 commit comments