Skip to content

Commit 9e6b0fa

Browse files
committed
feat: move section on jupyter notebooks to a notebook
1 parent eba5fb0 commit 9e6b0fa

1 file changed

Lines changed: 42 additions & 2 deletions

File tree

020-Projekt_Taschenrechner/040-Jupyter_Notebooks.ipynb

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,57 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "a7366a74",
6+
"metadata": {},
7+
"source": [
8+
"# Jupyter Notebooks"
9+
]
10+
},
11+
{
12+
"cell_type": "code",
13+
"execution_count": 1,
14+
"id": "9559d1fd",
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+
},
329
{
430
"cell_type": "code",
531
"execution_count": null,
6-
"id": "a7366a74",
32+
"id": "8947c693",
733
"metadata": {},
834
"outputs": [],
935
"source": []
1036
}
1137
],
1238
"metadata": {
39+
"kernelspec": {
40+
"display_name": "Selbstlernkurs_Python",
41+
"language": "python",
42+
"name": "python3"
43+
},
1344
"language_info": {
14-
"name": "python"
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.13.7"
1555
}
1656
},
1757
"nbformat": 4,

0 commit comments

Comments
 (0)