Skip to content

Commit 132d954

Browse files
committed
Clean Notebook
Signed-off-by: martinRenou <[email protected]>
1 parent aab083a commit 132d954

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

examples/drag_and_drop_example.ipynb

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 96,
5+
"execution_count": null,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"data": {
10-
"application/vnd.jupyter.widget-view+json": {
11-
"model_id": "00466ac5fda94b54807244ade58dd848",
12-
"version_major": 2,
13-
"version_minor": 0
14-
},
15-
"text/plain": [
16-
"Canvas(height=600, width=600)"
17-
]
18-
},
19-
"metadata": {},
20-
"output_type": "display_data"
21-
}
22-
],
7+
"outputs": [],
238
"source": [
249
"from ipycanvas import Canvas, hold_canvas\n",
2510
"\n",
@@ -120,13 +105,6 @@
120105
"\n",
121106
"canvas"
122107
]
123-
},
124-
{
125-
"cell_type": "code",
126-
"execution_count": null,
127-
"metadata": {},
128-
"outputs": [],
129-
"source": []
130108
}
131109
],
132110
"metadata": {
@@ -145,7 +123,7 @@
145123
"name": "python",
146124
"nbconvert_exporter": "python",
147125
"pygments_lexer": "ipython3",
148-
"version": "3.7.3"
126+
"version": "3.8.3"
149127
}
150128
},
151129
"nbformat": 4,

0 commit comments

Comments
 (0)