Skip to content

Commit 01c7e7f

Browse files
committed
#8 Add "language": "python" to kernelspec metadata so this notebook can be imported using IPython Ipynb
See ipython/ipynb#49 (comment)
1 parent 4e1cb69 commit 01c7e7f

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

1e100ibu.ipynb

+18-17
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 1,
33+
"execution_count": null,
3434
"metadata": {
3535
"colab": {
3636
"base_uri": "https://localhost:8080/"
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 2,
58+
"execution_count": null,
5959
"metadata": {
6060
"colab": {
6161
"base_uri": "https://localhost:8080/"
@@ -85,7 +85,7 @@
8585
},
8686
{
8787
"cell_type": "code",
88-
"execution_count": 3,
88+
"execution_count": null,
8989
"metadata": {
9090
"id": "Yet9JpBt8kcx"
9191
},
@@ -98,7 +98,7 @@
9898
},
9999
{
100100
"cell_type": "code",
101-
"execution_count": 4,
101+
"execution_count": null,
102102
"metadata": {
103103
"id": "at8Z-ETyKngp"
104104
},
@@ -119,7 +119,7 @@
119119
},
120120
{
121121
"cell_type": "code",
122-
"execution_count": 5,
122+
"execution_count": null,
123123
"metadata": {
124124
"colab": {
125125
"base_uri": "https://localhost:8080/"
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
"cell_type": "code",
152-
"execution_count": 6,
152+
"execution_count": null,
153153
"metadata": {
154154
"colab": {
155155
"base_uri": "https://localhost:8080/"
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"cell_type": "code",
189-
"execution_count": 7,
189+
"execution_count": null,
190190
"metadata": {
191191
"id": "C1MCM0dWB93e"
192192
},
@@ -260,7 +260,7 @@
260260
},
261261
{
262262
"cell_type": "code",
263-
"execution_count": 8,
263+
"execution_count": null,
264264
"metadata": {
265265
"id": "EaRC_7rAuCG0"
266266
},
@@ -391,7 +391,7 @@
391391
},
392392
{
393393
"cell_type": "code",
394-
"execution_count": 9,
394+
"execution_count": null,
395395
"metadata": {
396396
"colab": {
397397
"base_uri": "https://localhost:8080/"
@@ -414,7 +414,7 @@
414414
},
415415
{
416416
"cell_type": "code",
417-
"execution_count": 10,
417+
"execution_count": null,
418418
"metadata": {
419419
"id": "B_QTo-xBCelp"
420420
},
@@ -443,7 +443,7 @@
443443
},
444444
{
445445
"cell_type": "code",
446-
"execution_count": 11,
446+
"execution_count": null,
447447
"metadata": {
448448
"id": "N5zmSYDBCg4B"
449449
},
@@ -695,7 +695,7 @@
695695
},
696696
{
697697
"cell_type": "code",
698-
"execution_count": 12,
698+
"execution_count": null,
699699
"metadata": {
700700
"id": "05JPg4ATQTOW"
701701
},
@@ -1273,7 +1273,7 @@
12731273
},
12741274
{
12751275
"cell_type": "code",
1276-
"execution_count": 13,
1276+
"execution_count": null,
12771277
"metadata": {
12781278
"id": "EVSk4pncPJqO"
12791279
},
@@ -1409,7 +1409,7 @@
14091409
},
14101410
{
14111411
"cell_type": "code",
1412-
"execution_count": 42,
1412+
"execution_count": null,
14131413
"metadata": {
14141414
"id": "4IUhdJwf6bsj"
14151415
},
@@ -1553,7 +1553,7 @@
15531553
},
15541554
{
15551555
"cell_type": "code",
1556-
"execution_count": 43,
1556+
"execution_count": null,
15571557
"metadata": {
15581558
"id": "qROpUtndT48C"
15591559
},
@@ -1564,7 +1564,7 @@
15641564
},
15651565
{
15661566
"cell_type": "code",
1567-
"execution_count": 44,
1567+
"execution_count": null,
15681568
"metadata": {
15691569
"colab": {
15701570
"base_uri": "https://localhost:8080/",
@@ -1626,7 +1626,8 @@
16261626
},
16271627
"kernelspec": {
16281628
"display_name": "Python 3",
1629-
"name": "python3"
1629+
"name": "python3",
1630+
"language": "python"
16301631
},
16311632
"language_info": {
16321633
"name": "python"

0 commit comments

Comments
 (0)