summaryrefslogtreecommitdiff
path: root/tutorials/module_1/notebook_1
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-28 11:41:51 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-28 11:41:51 -0600
commitf1cc185b2571715b3077c9ea8ed601940a8f4932 (patch)
treeb2793dcc95f789ea43fcf406501a4680d46bc01f /tutorials/module_1/notebook_1
parent8216a16d78d7aff5bc5a1607694ec3ea24eef64f (diff)
notebook files in module 1. Added content
Diffstat (limited to 'tutorials/module_1/notebook_1')
-rw-r--r--tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb26
1 files changed, 22 insertions, 4 deletions
diff --git a/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb b/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb
index 79240a7..963ee18 100644
--- a/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb
+++ b/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb
@@ -2,6 +2,7 @@
"cells": [
{
"cell_type": "markdown",
+ "id": "a283b045-32a1-410b-a754-ad14dd955347",
"metadata": {},
"source": [
"# Fundamentals of programming\n",
@@ -25,11 +26,28 @@
"\n",
" Globe analogy: Hardware, Kernel, shell, Application software.\n",
" - Scripting"
- ],
- "id": "a283b045-32a1-410b-a754-ad14dd955347"
+ ]
}
],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.13.2"
+ }
+ },
"nbformat": 4,
- "nbformat_minor": 5,
- "metadata": {}
+ "nbformat_minor": 5
}