Skip to content

Commit

Permalink
#8 Add "language": "python" to kernelspec metadata so this notebook…
Browse files Browse the repository at this point in the history
… can be imported using IPython Ipynb

See ipython/ipynb#49 (comment)
  • Loading branch information
madziejm committed Feb 4, 2022
1 parent 4e1cb69 commit 01c7e7f
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions 1e100ibu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand All @@ -55,7 +55,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -85,7 +85,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"id": "Yet9JpBt8kcx"
},
Expand All @@ -98,7 +98,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"id": "at8Z-ETyKngp"
},
Expand All @@ -119,7 +119,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -149,7 +149,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -186,7 +186,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {
"id": "C1MCM0dWB93e"
},
Expand Down Expand Up @@ -260,7 +260,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {
"id": "EaRC_7rAuCG0"
},
Expand Down Expand Up @@ -391,7 +391,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand All @@ -414,7 +414,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {
"id": "B_QTo-xBCelp"
},
Expand Down Expand Up @@ -443,7 +443,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {
"id": "N5zmSYDBCg4B"
},
Expand Down Expand Up @@ -695,7 +695,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"metadata": {
"id": "05JPg4ATQTOW"
},
Expand Down Expand Up @@ -1273,7 +1273,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": null,
"metadata": {
"id": "EVSk4pncPJqO"
},
Expand Down Expand Up @@ -1409,7 +1409,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": null,
"metadata": {
"id": "4IUhdJwf6bsj"
},
Expand Down Expand Up @@ -1553,7 +1553,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": null,
"metadata": {
"id": "qROpUtndT48C"
},
Expand All @@ -1564,7 +1564,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
Expand Down Expand Up @@ -1626,7 +1626,8 @@
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
"name": "python3",
"language": "python"
},
"language_info": {
"name": "python"
Expand Down

0 comments on commit 01c7e7f

Please sign in to comment.