Skip to content

Commit 7d5bfda

Browse files
committed
removed notebook output
1 parent e8f6211 commit 7d5bfda

File tree

1 file changed

+22
-172
lines changed

1 file changed

+22
-172
lines changed

examples/batch_drawing.ipynb

Lines changed: 22 additions & 172 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 46,
14+
"execution_count": null,
1515
"id": "3ea1b15d-478b-41a2-83a1-3e66e5ff5d24",
1616
"metadata": {},
1717
"outputs": [],
@@ -33,25 +33,10 @@
3333
},
3434
{
3535
"cell_type": "code",
36-
"execution_count": 45,
36+
"execution_count": null,
3737
"id": "7de46419-aefa-4039-a27c-ad92f903a5ff",
3838
"metadata": {},
39-
"outputs": [
40-
{
41-
"data": {
42-
"application/vnd.jupyter.widget-view+json": {
43-
"model_id": "4f16d21e2fa442d9b215ed9f5c7b7ef3",
44-
"version_major": 2,
45-
"version_minor": 0
46-
},
47-
"text/plain": [
48-
"Canvas(height=300, width=800)"
49-
]
50-
},
51-
"metadata": {},
52-
"output_type": "display_data"
53-
}
54-
],
39+
"outputs": [],
5540
"source": [
5641
"canvas = Canvas(width=800, height=300)\n",
5742
"n_rects = 1000\n",
@@ -78,25 +63,10 @@
7863
},
7964
{
8065
"cell_type": "code",
81-
"execution_count": 47,
66+
"execution_count": null,
8267
"id": "f051cd10-5cf3-4a6f-bcb3-d10d5528c185",
8368
"metadata": {},
84-
"outputs": [
85-
{
86-
"data": {
87-
"application/vnd.jupyter.widget-view+json": {
88-
"model_id": "b9af46082601430fabb28f7dc57484a7",
89-
"version_major": 2,
90-
"version_minor": 0
91-
},
92-
"text/plain": [
93-
"Canvas(height=300, width=800)"
94-
]
95-
},
96-
"metadata": {},
97-
"output_type": "display_data"
98-
}
99-
],
69+
"outputs": [],
10070
"source": [
10171
"canvas = Canvas(width=800, height=300)\n",
10272
"n_rects = 1000\n",
@@ -127,27 +97,12 @@
12797
},
12898
{
12999
"cell_type": "code",
130-
"execution_count": 48,
100+
"execution_count": null,
131101
"id": "82b532b6-06b0-4255-b4fa-e03a6363ddf0",
132102
"metadata": {
133103
"tags": []
134104
},
135-
"outputs": [
136-
{
137-
"data": {
138-
"application/vnd.jupyter.widget-view+json": {
139-
"model_id": "2d3f918019954eb49bf2e2985a2f152c",
140-
"version_major": 2,
141-
"version_minor": 0
142-
},
143-
"text/plain": [
144-
"Canvas(height=300, width=800)"
145-
]
146-
},
147-
"metadata": {},
148-
"output_type": "display_data"
149-
}
150-
],
105+
"outputs": [],
151106
"source": [
152107
"canvas = Canvas(width=800, height=300)\n",
153108
"# draw n circles with and random radii, random colors, and random alpha values\n",
@@ -177,25 +132,10 @@
177132
},
178133
{
179134
"cell_type": "code",
180-
"execution_count": 49,
135+
"execution_count": null,
181136
"id": "ce545eee-d9c0-47ab-afb7-274fa22389cd",
182137
"metadata": {},
183-
"outputs": [
184-
{
185-
"data": {
186-
"application/vnd.jupyter.widget-view+json": {
187-
"model_id": "11134765d61041fd9395b155ef309910",
188-
"version_major": 2,
189-
"version_minor": 0
190-
},
191-
"text/plain": [
192-
"Canvas(height=300, width=800)"
193-
]
194-
},
195-
"metadata": {},
196-
"output_type": "display_data"
197-
}
198-
],
138+
"outputs": [],
199139
"source": [
200140
"canvas = Canvas(width=800, height=300)\n",
201141
"n_circles = 1000\n",
@@ -222,25 +162,10 @@
222162
},
223163
{
224164
"cell_type": "code",
225-
"execution_count": 50,
165+
"execution_count": null,
226166
"id": "e36c1407-9a46-42fa-b06a-1a8283feee86",
227167
"metadata": {},
228-
"outputs": [
229-
{
230-
"data": {
231-
"application/vnd.jupyter.widget-view+json": {
232-
"model_id": "66ae6bd2dbfe4d4eb530b33054e1d2ba",
233-
"version_major": 2,
234-
"version_minor": 0
235-
},
236-
"text/plain": [
237-
"Canvas(height=300, width=800)"
238-
]
239-
},
240-
"metadata": {},
241-
"output_type": "display_data"
242-
}
243-
],
168+
"outputs": [],
244169
"source": [
245170
"canvas = Canvas(width=800, height=300)\n",
246171
"n_circles = 1000\n",
@@ -275,25 +200,10 @@
275200
},
276201
{
277202
"cell_type": "code",
278-
"execution_count": 51,
203+
"execution_count": null,
279204
"id": "1e4431ab-e064-448d-ab72-decba895bb7c",
280205
"metadata": {},
281-
"outputs": [
282-
{
283-
"data": {
284-
"application/vnd.jupyter.widget-view+json": {
285-
"model_id": "61b1d04c125d4420bebae9650ed99c58",
286-
"version_major": 2,
287-
"version_minor": 0
288-
},
289-
"text/plain": [
290-
"Canvas(height=300, width=800)"
291-
]
292-
},
293-
"metadata": {},
294-
"output_type": "display_data"
295-
}
296-
],
206+
"outputs": [],
297207
"source": [
298208
"canvas = Canvas(width=800, height=300)\n",
299209
"n_circles = 20\n",
@@ -325,25 +235,10 @@
325235
},
326236
{
327237
"cell_type": "code",
328-
"execution_count": 52,
238+
"execution_count": null,
329239
"id": "885a5ec6-06a8-4430-815e-63c06f6fa2cb",
330240
"metadata": {},
331-
"outputs": [
332-
{
333-
"data": {
334-
"application/vnd.jupyter.widget-view+json": {
335-
"model_id": "8efa7e28168e4da1a69045f4865a68e3",
336-
"version_major": 2,
337-
"version_minor": 0
338-
},
339-
"text/plain": [
340-
"Canvas(height=300, width=800)"
341-
]
342-
},
343-
"metadata": {},
344-
"output_type": "display_data"
345-
}
346-
],
241+
"outputs": [],
347242
"source": [
348243
"canvas = Canvas(width=800, height=300)\n",
349244
"n_polygons = 50\n",
@@ -382,25 +277,10 @@
382277
},
383278
{
384279
"cell_type": "code",
385-
"execution_count": 33,
280+
"execution_count": null,
386281
"id": "6bf31d36-01af-484c-9360-b97f504532a2",
387282
"metadata": {},
388-
"outputs": [
389-
{
390-
"data": {
391-
"application/vnd.jupyter.widget-view+json": {
392-
"model_id": "8915993f0f1a4f128ba7871a858cf99f",
393-
"version_major": 2,
394-
"version_minor": 0
395-
},
396-
"text/plain": [
397-
"Canvas(height=300, width=800)"
398-
]
399-
},
400-
"metadata": {},
401-
"output_type": "display_data"
402-
}
403-
],
283+
"outputs": [],
404284
"source": [
405285
"canvas = Canvas(width=800, height=300)\n",
406286
"\n",
@@ -437,27 +317,12 @@
437317
},
438318
{
439319
"cell_type": "code",
440-
"execution_count": 34,
320+
"execution_count": null,
441321
"id": "34643bf9-d9d9-4296-aa02-67531e6f500f",
442322
"metadata": {
443323
"tags": []
444324
},
445-
"outputs": [
446-
{
447-
"data": {
448-
"application/vnd.jupyter.widget-view+json": {
449-
"model_id": "751412241a3c4294a8323f61cd77e8f3",
450-
"version_major": 2,
451-
"version_minor": 0
452-
},
453-
"text/plain": [
454-
"Canvas(height=400, width=400)"
455-
]
456-
},
457-
"metadata": {},
458-
"output_type": "display_data"
459-
}
460-
],
325+
"outputs": [],
461326
"source": [
462327
"canvas = Canvas(width=400, height=400)\n",
463328
"\n",
@@ -493,25 +358,10 @@
493358
},
494359
{
495360
"cell_type": "code",
496-
"execution_count": 35,
361+
"execution_count": null,
497362
"id": "272deb5a-fc18-44b0-af01-04f3afb28247",
498363
"metadata": {},
499-
"outputs": [
500-
{
501-
"data": {
502-
"application/vnd.jupyter.widget-view+json": {
503-
"model_id": "3af7556653c44b7ca378466c438d2016",
504-
"version_major": 2,
505-
"version_minor": 0
506-
},
507-
"text/plain": [
508-
"Canvas(height=400, width=400)"
509-
]
510-
},
511-
"metadata": {},
512-
"output_type": "display_data"
513-
}
514-
],
364+
"outputs": [],
515365
"source": [
516366
"canvas = Canvas(width=400, height=400)\n",
517367
"n_polygons = 20\n",
@@ -555,4 +405,4 @@
555405
},
556406
"nbformat": 4,
557407
"nbformat_minor": 5
558-
}
408+
}

0 commit comments

Comments
 (0)