Skip to content

Commit a468a51

Browse files
committed
windows-latest test matplotlib.pyplot
1 parent 9feebf2 commit a468a51

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

tests/notebooks/config_InlineBackend.ipynb

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}
1717
],
1818
"source": [
19-
"#NBVAL_IGNORE_OUTPUT\n",
2019
"import sys\n",
2120
"print(\"TODO1: Probably need --nbval-current-env\", file=sys.stderr)\n",
2221
"# Matplotlib is building the font cache; this may take a moment.\n",
@@ -27,6 +26,27 @@
2726
{
2827
"cell_type": "code",
2928
"execution_count": 2,
29+
"id": "a4955642-7322-4a58-b483-167302ae582e",
30+
"metadata": {},
31+
"outputs": [
32+
{
33+
"data": {
34+
"text/plain": [
35+
"['matplotlib.pyplot']"
36+
]
37+
},
38+
"execution_count": 2,
39+
"metadata": {},
40+
"output_type": "execute_result"
41+
}
42+
],
43+
"source": [
44+
"[m for m in sys.modules if \"matplotlib.pypl\" in m]"
45+
]
46+
},
47+
{
48+
"cell_type": "code",
49+
"execution_count": 3,
3050
"id": "e4221445-5518-4984-b731-aaf9840141d8",
3151
"metadata": {},
3252
"outputs": [
@@ -56,7 +76,7 @@
5676
},
5777
{
5878
"cell_type": "code",
59-
"execution_count": 3,
79+
"execution_count": 4,
6080
"id": "0e5b8951-19af-4273-80ca-23b47476d637",
6181
"metadata": {},
6282
"outputs": [
@@ -109,7 +129,7 @@
109129
},
110130
{
111131
"cell_type": "code",
112-
"execution_count": 4,
132+
"execution_count": 5,
113133
"id": "89f6de76-9d6b-43c0-b790-e6b63c4c4159",
114134
"metadata": {},
115135
"outputs": [
@@ -133,7 +153,7 @@
133153
},
134154
{
135155
"cell_type": "code",
136-
"execution_count": 5,
156+
"execution_count": 6,
137157
"id": "1fc45e92-07c2-49fa-9b3e-2c30e865e5e8",
138158
"metadata": {},
139159
"outputs": [
@@ -144,7 +164,7 @@
144164
"<Figure size 640x480 with 1 Axes>"
145165
]
146166
},
147-
"execution_count": 5,
167+
"execution_count": 6,
148168
"metadata": {},
149169
"output_type": "execute_result"
150170
}
@@ -157,7 +177,7 @@
157177
},
158178
{
159179
"cell_type": "code",
160-
"execution_count": 6,
180+
"execution_count": 7,
161181
"id": "df3590be-d87d-4c37-8f73-c652eec9a640",
162182
"metadata": {},
163183
"outputs": [
@@ -169,7 +189,7 @@
169189
" 'print_figure_kwargs': {'bbox_inches': None, 'pil_kwargs': {'quality': 90}}}}"
170190
]
171191
},
172-
"execution_count": 6,
192+
"execution_count": 7,
173193
"metadata": {},
174194
"output_type": "execute_result"
175195
}

0 commit comments

Comments
 (0)