Skip to content

Commit b799dce

Browse files
committed
compat
1 parent 54ae5e0 commit b799dce

File tree

1 file changed

+17
-29
lines changed

1 file changed

+17
-29
lines changed

nbs/12_py2pyi.ipynb

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"id": "aee49696",
77
"metadata": {},
88
"outputs": [],
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "code",
31-
"execution_count": 2,
31+
"execution_count": null,
3232
"id": "3433906e",
3333
"metadata": {},
3434
"outputs": [],
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"cell_type": "code",
55-
"execution_count": 3,
55+
"execution_count": null,
5656
"id": "444ab985",
5757
"metadata": {},
5858
"outputs": [],
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"cell_type": "code",
76-
"execution_count": 4,
76+
"execution_count": null,
7777
"id": "92ebf6b9",
7878
"metadata": {},
7979
"outputs": [],
@@ -83,7 +83,7 @@
8383
},
8484
{
8585
"cell_type": "code",
86-
"execution_count": 5,
86+
"execution_count": null,
8787
"id": "1aa9f23f",
8888
"metadata": {},
8989
"outputs": [
@@ -93,7 +93,7 @@
9393
"1"
9494
]
9595
},
96-
"execution_count": 5,
96+
"execution_count": null,
9797
"metadata": {},
9898
"output_type": "execute_result"
9999
}
@@ -106,7 +106,7 @@
106106
},
107107
{
108108
"cell_type": "code",
109-
"execution_count": 6,
109+
"execution_count": null,
110110
"id": "fa277c0b",
111111
"metadata": {},
112112
"outputs": [],
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"cell_type": "code",
121-
"execution_count": 7,
121+
"execution_count": null,
122122
"id": "9751182f",
123123
"metadata": {},
124124
"outputs": [],
@@ -128,7 +128,7 @@
128128
},
129129
{
130130
"cell_type": "code",
131-
"execution_count": 8,
131+
"execution_count": null,
132132
"id": "72cbc154",
133133
"metadata": {},
134134
"outputs": [],
@@ -147,7 +147,7 @@
147147
},
148148
{
149149
"cell_type": "code",
150-
"execution_count": 9,
150+
"execution_count": null,
151151
"id": "6a61ebb2",
152152
"metadata": {},
153153
"outputs": [],
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"cell_type": "code",
160-
"execution_count": 10,
160+
"execution_count": null,
161161
"id": "ccb83c32",
162162
"metadata": {},
163163
"outputs": [
@@ -176,7 +176,7 @@
176176
" return 1"
177177
]
178178
},
179-
"execution_count": 10,
179+
"execution_count": null,
180180
"metadata": {},
181181
"output_type": "execute_result"
182182
}
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"cell_type": "code",
191-
"execution_count": 11,
191+
"execution_count": null,
192192
"id": "6f971f40",
193193
"metadata": {},
194194
"outputs": [],
@@ -198,7 +198,7 @@
198198
},
199199
{
200200
"cell_type": "code",
201-
"execution_count": 12,
201+
"execution_count": null,
202202
"id": "c96ad101",
203203
"metadata": {},
204204
"outputs": [
@@ -208,7 +208,7 @@
208208
"True"
209209
]
210210
},
211-
"execution_count": 12,
211+
"execution_count": null,
212212
"metadata": {},
213213
"output_type": "execute_result"
214214
}
@@ -1180,7 +1180,7 @@
11801180
},
11811181
{
11821182
"cell_type": "code",
1183-
"execution_count": 14,
1183+
"execution_count": null,
11841184
"id": "ad32b076",
11851185
"metadata": {},
11861186
"outputs": [],
@@ -1200,21 +1200,9 @@
12001200
],
12011201
"metadata": {
12021202
"kernelspec": {
1203-
"display_name": "Python 3 (ipykernel)",
1203+
"display_name": "python3",
12041204
"language": "python",
12051205
"name": "python3"
1206-
},
1207-
"language_info": {
1208-
"codemirror_mode": {
1209-
"name": "ipython",
1210-
"version": 3
1211-
},
1212-
"file_extension": ".py",
1213-
"mimetype": "text/x-python",
1214-
"name": "python",
1215-
"nbconvert_exporter": "python",
1216-
"pygments_lexer": "ipython3",
1217-
"version": "3.11.8"
12181206
}
12191207
},
12201208
"nbformat": 4,

0 commit comments

Comments
 (0)