Skip to content

Commit 5637e44

Browse files
author
Dou Du
committed
clear the example notebook
1 parent 8bac0d5 commit 5637e44

File tree

1 file changed

+10
-53
lines changed

1 file changed

+10
-53
lines changed

example/example.ipynb

Lines changed: 10 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 78,
5+
"execution_count": null,
66
"id": "5df2c405",
77
"metadata": {},
88
"outputs": [],
@@ -25,33 +25,17 @@
2525
},
2626
{
2727
"cell_type": "code",
28-
"execution_count": 79,
28+
"execution_count": null,
2929
"id": "e74c9c9e",
3030
"metadata": {},
31-
"outputs": [
32-
{
33-
"data": {
34-
"application/vnd.jupyter.widget-view+json": {
35-
"model_id": "f0db00d571a747f2ae74b66557f21acd",
36-
"version_major": 2,
37-
"version_minor": 1
38-
},
39-
"text/plain": [
40-
"CodeInputWidget(code_theme='basicLight', docstring='\\n Input docstring here.\\n', function_body='# Give infor…"
41-
]
42-
},
43-
"execution_count": 79,
44-
"metadata": {},
45-
"output_type": "execute_result"
46-
}
47-
],
31+
"outputs": [],
4832
"source": [
4933
"w"
5034
]
5135
},
5236
{
5337
"cell_type": "code",
54-
"execution_count": 80,
38+
"execution_count": null,
5539
"id": "4d389a14",
5640
"metadata": {},
5741
"outputs": [],
@@ -61,28 +45,17 @@
6145
},
6246
{
6347
"cell_type": "code",
64-
"execution_count": 81,
48+
"execution_count": null,
6549
"id": "2fc2b3ed",
6650
"metadata": {},
67-
"outputs": [
68-
{
69-
"data": {
70-
"text/plain": [
71-
"3"
72-
]
73-
},
74-
"execution_count": 81,
75-
"metadata": {},
76-
"output_type": "execute_result"
77-
}
78-
],
51+
"outputs": [],
7952
"source": [
8053
"my_function(1, 2)"
8154
]
8255
},
8356
{
8457
"cell_type": "code",
85-
"execution_count": 82,
58+
"execution_count": null,
8659
"id": "601edb7d",
8760
"metadata": {},
8861
"outputs": [],
@@ -92,7 +65,7 @@
9265
},
9366
{
9467
"cell_type": "code",
95-
"execution_count": 83,
68+
"execution_count": null,
9669
"id": "e90010bd",
9770
"metadata": {},
9871
"outputs": [],
@@ -102,26 +75,10 @@
10275
},
10376
{
10477
"cell_type": "code",
105-
"execution_count": 84,
78+
"execution_count": null,
10679
"id": "75900629",
10780
"metadata": {},
108-
"outputs": [
109-
{
110-
"data": {
111-
"application/vnd.jupyter.widget-view+json": {
112-
"model_id": "81302242542b4e30a4cfc301389f6278",
113-
"version_major": 2,
114-
"version_minor": 1
115-
},
116-
"text/plain": [
117-
"CodeInputWidget(code_theme='basicLight', docstring='\\n Input docstring here.\\n', function_body='# Give infor…"
118-
]
119-
},
120-
"execution_count": 84,
121-
"metadata": {},
122-
"output_type": "execute_result"
123-
}
124-
],
81+
"outputs": [],
12582
"source": [
12683
"w2 = CodeInputWidget(\n",
12784
" function_name = \"my_function\",\n",

0 commit comments

Comments
 (0)