diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-28 08:07:19 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-28 08:07:19 -0600 |
| commit | bfbc5c2cd290336b0432dc2a761370ba36aed76c (patch) | |
| tree | 89de24f1c13faa03676d062d24db5c18024f6cbd /tutorials/module_1 | |
| parent | 169c98613442fbabb60f6b4792454b7598f65e80 (diff) | |
Worked on computing_fundamentals.ipynb
Diffstat (limited to 'tutorials/module_1')
| -rw-r--r-- | tutorials/module_1/notebook_1/computing_fundamentals.ipynb | 26 |
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 } |
