Skip to content

Commit fa54e23

Browse files
committed
Created using Colab
1 parent f663fed commit fa54e23

File tree

1 file changed

+77
-54
lines changed

1 file changed

+77
-54
lines changed

testy.ipynb

Lines changed: 77 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,82 @@
11
{
2-
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"id": "f14819de-96d9-41fd-bfc1-30062953b867",
6-
"metadata": {},
7-
"source": [
8-
"<a href=\"https://colab.research.google.com/github/project-ida/test/blob/main/testy.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"https://nbviewer.org/github/project-ida/test/blob/main/testy.ipynb\" target=\"_parent\"><img src=\"https://nbviewer.org/static/img/nav_logo.svg\" alt=\"Open In nbviewer\" width=\"100\"/></a>"
9-
]
10-
},
11-
{
12-
"cell_type": "code",
13-
"execution_count": 1,
14-
"metadata": {
15-
"colab": {
16-
"base_uri": "https://localhost:8080/"
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"id": "f14819de-96d9-41fd-bfc1-30062953b867"
7+
},
8+
"source": [
9+
"<a href=\"https://colab.research.google.com/github/project-ida/test/blob/main/testy.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"https://nbviewer.org/github/project-ida/test/blob/main/testy.ipynb\" target=\"_parent\"><img src=\"https://nbviewer.org/static/img/nav_logo.svg\" alt=\"Open In nbviewer\" width=\"100\"/></a>"
10+
]
11+
},
12+
{
13+
"cell_type": "code",
14+
"execution_count": null,
15+
"metadata": {
16+
"colab": {
17+
"base_uri": "https://localhost:8080/"
18+
},
19+
"id": "W2Mlnc5CalMp",
20+
"outputId": "7d4a4dbd-a65d-4b7a-d4eb-cf01290161ba"
21+
},
22+
"outputs": [
23+
{
24+
"name": "stdout",
25+
"output_type": "stream",
26+
"text": [
27+
"hi\n"
28+
]
29+
}
30+
],
31+
"source": [
32+
"print(\"hi\")"
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": 2,
38+
"metadata": {
39+
"id": "GpzSiKbBaoh4",
40+
"outputId": "929f3d62-b437-4952-e750-9b18f11983e3",
41+
"colab": {
42+
"base_uri": "https://localhost:8080/"
43+
}
44+
},
45+
"outputs": [
46+
{
47+
"output_type": "stream",
48+
"name": "stdout",
49+
"text": [
50+
"hi\n"
51+
]
52+
}
53+
],
54+
"source": [
55+
"print(\"hi\")"
56+
]
1757
},
18-
"id": "W2Mlnc5CalMp",
19-
"outputId": "7d4a4dbd-a65d-4b7a-d4eb-cf01290161ba"
20-
},
21-
"outputs": [
2258
{
23-
"name": "stdout",
24-
"output_type": "stream",
25-
"text": [
26-
"hi\n"
27-
]
59+
"cell_type": "code",
60+
"source": [],
61+
"metadata": {
62+
"id": "oB3ENVlcJlBc"
63+
},
64+
"execution_count": null,
65+
"outputs": []
66+
}
67+
],
68+
"metadata": {
69+
"colab": {
70+
"provenance": []
71+
},
72+
"kernelspec": {
73+
"display_name": "Python 3",
74+
"name": "python3"
75+
},
76+
"language_info": {
77+
"name": "python"
2878
}
29-
],
30-
"source": [
31-
"print(\"hi\")"
32-
]
33-
},
34-
{
35-
"cell_type": "code",
36-
"execution_count": null,
37-
"metadata": {
38-
"id": "GpzSiKbBaoh4"
39-
},
40-
"outputs": [],
41-
"source": []
42-
}
43-
],
44-
"metadata": {
45-
"colab": {
46-
"authorship_tag": "ABX9TyM/AkmD3a6IS/LT1V7Ab7g1",
47-
"provenance": []
48-
},
49-
"kernelspec": {
50-
"display_name": "Python 3",
51-
"name": "python3"
5279
},
53-
"language_info": {
54-
"name": "python"
55-
}
56-
},
57-
"nbformat": 4,
58-
"nbformat_minor": 0
59-
}
80+
"nbformat": 4,
81+
"nbformat_minor": 0
82+
}

0 commit comments

Comments
 (0)