summaryrefslogtreecommitdiff
path: root/tutorials
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-28 08:07:19 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-28 08:07:19 -0600
commitbfbc5c2cd290336b0432dc2a761370ba36aed76c (patch)
tree89de24f1c13faa03676d062d24db5c18024f6cbd /tutorials
parent169c98613442fbabb60f6b4792454b7598f65e80 (diff)
Worked on computing_fundamentals.ipynb
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/module_1/notebook_1/computing_fundamentals.ipynb26
1 files changed, 22 insertions, 4 deletions
diff --git a/tutorials/module_1/notebook_1/computing_fundamentals.ipynb b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb
index 637967b..9fbfc5d 100644
--- a/tutorials/module_1/notebook_1/computing_fundamentals.ipynb
+++ b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb
@@ -2,6 +2,7 @@
"cells": [
{
"cell_type": "markdown",
+ "id": "b29f9832-430f-43db-b29b-2f3acabe22bd",
"metadata": {},
"source": [
"# Computing Fundamentals\n",
@@ -21,11 +22,28 @@
"Command window, terminal, console, command prompt you might’ve heard of\n",
"theses terms before. They all essentially mean the same thing. The\n",
"command window is used to control your system."
- ],
- "id": "b29f9832-430f-43db-b29b-2f3acabe22bd"
+ ]
}
],
+ "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.12.9"
+ }
+ },
"nbformat": 4,
- "nbformat_minor": 5,
- "metadata": {}
+ "nbformat_minor": 5
}