Skip to content

Commit 4f516bf

Browse files
committed
clear cell outputs
1 parent 87a695c commit 4f516bf

File tree

1 file changed

+9
-109
lines changed

1 file changed

+9
-109
lines changed

notebooks/introduction.ipynb

Lines changed: 9 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 3,
21+
"execution_count": null,
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
@@ -36,34 +36,9 @@
3636
},
3737
{
3838
"cell_type": "code",
39-
"execution_count": 4,
39+
"execution_count": null,
4040
"metadata": {},
41-
"outputs": [
42-
{
43-
"data": {
44-
"text/plain": [
45-
"App(7f1b902dc680)"
46-
]
47-
},
48-
"execution_count": 4,
49-
"metadata": {},
50-
"output_type": "execute_result"
51-
},
52-
{
53-
"data": {
54-
"application/vnd.jupyter.widget-view+json": {
55-
"model_id": "04d7722a7e6b4e10b071e806672e10ad",
56-
"version_major": 2,
57-
"version_minor": 0
58-
},
59-
"text/plain": [
60-
"LayoutWidget(Layout(App(7f1b902dc680)))"
61-
]
62-
},
63-
"metadata": {},
64-
"output_type": "display_data"
65-
}
66-
],
41+
"outputs": [],
6742
"source": [
6843
"from idom import component, html, run\n",
6944
"\n",
@@ -89,34 +64,9 @@
8964
},
9065
{
9166
"cell_type": "code",
92-
"execution_count": 5,
67+
"execution_count": null,
9368
"metadata": {},
94-
"outputs": [
95-
{
96-
"data": {
97-
"text/plain": [
98-
"TodoList(7f1b804cfae0)"
99-
]
100-
},
101-
"execution_count": 5,
102-
"metadata": {},
103-
"output_type": "execute_result"
104-
},
105-
{
106-
"data": {
107-
"application/vnd.jupyter.widget-view+json": {
108-
"model_id": "c2815556dcbc428cb006f26570bb9dd4",
109-
"version_major": 2,
110-
"version_minor": 0
111-
},
112-
"text/plain": [
113-
"LayoutWidget(Layout(TodoList(7f1b804cfae0)))"
114-
]
115-
},
116-
"metadata": {},
117-
"output_type": "display_data"
118-
}
119-
],
69+
"outputs": [],
12070
"source": [
12171
"from idom import component, html\n",
12272
"\n",
@@ -165,34 +115,9 @@
165115
},
166116
{
167117
"cell_type": "code",
168-
"execution_count": 10,
118+
"execution_count": null,
169119
"metadata": {},
170-
"outputs": [
171-
{
172-
"data": {
173-
"text/plain": [
174-
"Gallery(7f1b6a1636d0)"
175-
]
176-
},
177-
"execution_count": 10,
178-
"metadata": {},
179-
"output_type": "execute_result"
180-
},
181-
{
182-
"data": {
183-
"application/vnd.jupyter.widget-view+json": {
184-
"model_id": "5f26993f7df049759a837c9d53cd0738",
185-
"version_major": 2,
186-
"version_minor": 0
187-
},
188-
"text/plain": [
189-
"LayoutWidget(Layout(Gallery(7f1b6a1636d0)))"
190-
]
191-
},
192-
"metadata": {},
193-
"output_type": "display_data"
194-
}
195-
],
120+
"outputs": [],
196121
"source": [
197122
"import json\n",
198123
"from pathlib import Path\n",
@@ -244,34 +169,9 @@
244169
},
245170
{
246171
"cell_type": "code",
247-
"execution_count": 12,
172+
"execution_count": null,
248173
"metadata": {},
249-
"outputs": [
250-
{
251-
"data": {
252-
"text/plain": [
253-
"ViewButtonEvents(7f1b804de180)"
254-
]
255-
},
256-
"execution_count": 12,
257-
"metadata": {},
258-
"output_type": "execute_result"
259-
},
260-
{
261-
"data": {
262-
"application/vnd.jupyter.widget-view+json": {
263-
"model_id": "e64272d8e2e7460f93aca2b7887cfe99",
264-
"version_major": 2,
265-
"version_minor": 0
266-
},
267-
"text/plain": [
268-
"LayoutWidget(Layout(ViewButtonEvents(7f1b804de180)))"
269-
]
270-
},
271-
"metadata": {},
272-
"output_type": "display_data"
273-
}
274-
],
174+
"outputs": [],
275175
"source": [
276176
"from idom import component, web\n",
277177
"\n",

0 commit comments

Comments
 (0)