example notebook
Browse files
.ipynb_checkpoints/Example-notebook-checkpoint.ipynb
CHANGED
@@ -1,6 +1,59 @@
|
|
1 |
{
|
2 |
-
"cells": [
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"nbformat": 4,
|
5 |
"nbformat_minor": 5
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "markdown",
|
5 |
+
"id": "c5c97f87-0f79-4548-8e54-9310bac728ec",
|
6 |
+
"metadata": {},
|
7 |
+
"source": [
|
8 |
+
"# Example of the notebook"
|
9 |
+
]
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"cell_type": "code",
|
13 |
+
"execution_count": 1,
|
14 |
+
"id": "afc96cdb-e8c4-4c58-add7-eb70ac81412e",
|
15 |
+
"metadata": {},
|
16 |
+
"outputs": [
|
17 |
+
{
|
18 |
+
"name": "stdout",
|
19 |
+
"output_type": "stream",
|
20 |
+
"text": [
|
21 |
+
"4\n"
|
22 |
+
]
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"source": [
|
26 |
+
"print(2 + 2)"
|
27 |
+
]
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"cell_type": "code",
|
31 |
+
"execution_count": null,
|
32 |
+
"id": "5c473d2b-130d-4559-9dca-06bba1c7c6e1",
|
33 |
+
"metadata": {},
|
34 |
+
"outputs": [],
|
35 |
+
"source": []
|
36 |
+
}
|
37 |
+
],
|
38 |
+
"metadata": {
|
39 |
+
"kernelspec": {
|
40 |
+
"display_name": "Python 3 (ipykernel)",
|
41 |
+
"language": "python",
|
42 |
+
"name": "python3"
|
43 |
+
},
|
44 |
+
"language_info": {
|
45 |
+
"codemirror_mode": {
|
46 |
+
"name": "ipython",
|
47 |
+
"version": 3
|
48 |
+
},
|
49 |
+
"file_extension": ".py",
|
50 |
+
"mimetype": "text/x-python",
|
51 |
+
"name": "python",
|
52 |
+
"nbconvert_exporter": "python",
|
53 |
+
"pygments_lexer": "ipython3",
|
54 |
+
"version": "3.11.4"
|
55 |
+
}
|
56 |
+
},
|
57 |
"nbformat": 4,
|
58 |
"nbformat_minor": 5
|
59 |
}
|
Example-notebook.ipynb
CHANGED
@@ -1,6 +1,59 @@
|
|
1 |
{
|
2 |
-
"cells": [
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"nbformat": 4,
|
5 |
"nbformat_minor": 5
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "markdown",
|
5 |
+
"id": "c5c97f87-0f79-4548-8e54-9310bac728ec",
|
6 |
+
"metadata": {},
|
7 |
+
"source": [
|
8 |
+
"# Example of the notebook"
|
9 |
+
]
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"cell_type": "code",
|
13 |
+
"execution_count": 1,
|
14 |
+
"id": "afc96cdb-e8c4-4c58-add7-eb70ac81412e",
|
15 |
+
"metadata": {},
|
16 |
+
"outputs": [
|
17 |
+
{
|
18 |
+
"name": "stdout",
|
19 |
+
"output_type": "stream",
|
20 |
+
"text": [
|
21 |
+
"4\n"
|
22 |
+
]
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"source": [
|
26 |
+
"print(2 + 2)"
|
27 |
+
]
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"cell_type": "code",
|
31 |
+
"execution_count": null,
|
32 |
+
"id": "5c473d2b-130d-4559-9dca-06bba1c7c6e1",
|
33 |
+
"metadata": {},
|
34 |
+
"outputs": [],
|
35 |
+
"source": []
|
36 |
+
}
|
37 |
+
],
|
38 |
+
"metadata": {
|
39 |
+
"kernelspec": {
|
40 |
+
"display_name": "Python 3 (ipykernel)",
|
41 |
+
"language": "python",
|
42 |
+
"name": "python3"
|
43 |
+
},
|
44 |
+
"language_info": {
|
45 |
+
"codemirror_mode": {
|
46 |
+
"name": "ipython",
|
47 |
+
"version": 3
|
48 |
+
},
|
49 |
+
"file_extension": ".py",
|
50 |
+
"mimetype": "text/x-python",
|
51 |
+
"name": "python",
|
52 |
+
"nbconvert_exporter": "python",
|
53 |
+
"pygments_lexer": "ipython3",
|
54 |
+
"version": "3.11.4"
|
55 |
+
}
|
56 |
+
},
|
57 |
"nbformat": 4,
|
58 |
"nbformat_minor": 5
|
59 |
}
|