Skip to content

Commit 90f96ff

Browse files
committed
Cleanup
1 parent 59dea27 commit 90f96ff

1 file changed

Lines changed: 4 additions & 27 deletions

File tree

tutorials/tutorial_02.ipynb

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,7 @@
1313
"execution_count": null,
1414
"id": "1",
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"ename": "",
19-
"evalue": "",
20-
"output_type": "error",
21-
"traceback": [
22-
"\u001b[1;31mThe Kernel crashed while executing code in the current cell or a previous cell. \n",
23-
"\u001b[1;31mPlease review the code in the cell(s) to identify a possible cause of the failure. \n",
24-
"\u001b[1;31mClick <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. \n",
25-
"\u001b[1;31mView Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
26-
]
27-
}
28-
],
16+
"outputs": [],
2917
"source": [
3018
"from maxplotlib import Canvas\n",
3119
"\n",
@@ -38,18 +26,7 @@
3826
"execution_count": null,
3927
"id": "2",
4028
"metadata": {},
41-
"outputs": [
42-
{
43-
"data": {
44-
"text/plain": [
45-
"(<Figure size 240000x120000 with 1 Axes>, array([[<Axes: >]], dtype=object))"
46-
]
47-
},
48-
"execution_count": 2,
49-
"metadata": {},
50-
"output_type": "execute_result"
51-
}
52-
],
29+
"outputs": [],
5330
"source": [
5431
"c = Canvas(width=800, ratio=0.5)\n",
5532
"tikz = c.add_tikzfigure(grid=False)\n",
@@ -161,7 +138,7 @@
161138
],
162139
"metadata": {
163140
"kernelspec": {
164-
"display_name": ".venv",
141+
"display_name": "env_maxpic",
165142
"language": "python",
166143
"name": "python3"
167144
},
@@ -175,7 +152,7 @@
175152
"name": "python",
176153
"nbconvert_exporter": "python",
177154
"pygments_lexer": "ipython3",
178-
"version": "3.14.2"
155+
"version": "3.13.3"
179156
}
180157
},
181158
"nbformat": 4,

0 commit comments

Comments
 (0)