diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:25:31 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:25:31 -0600 |
| commit | 652f88728eb91bae1c4f30b63d1fbe60788ea938 (patch) | |
| tree | 65cfe591da183b969885e8c557b1ac5810727ec8 /tutorials/module_1/notebook_1/computing_fundamentals.ipynb | |
| parent | 42fca6122f4baf847ec2794b172abbc6a2193407 (diff) | |
Added jupyter notebook converter script. Converts markdown (.md) tutorials to jupyter notebook (.ipynb).
Diffstat (limited to 'tutorials/module_1/notebook_1/computing_fundamentals.ipynb')
| -rw-r--r-- | tutorials/module_1/notebook_1/computing_fundamentals.ipynb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tutorials/module_1/notebook_1/computing_fundamentals.ipynb b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb new file mode 100644 index 0000000..637967b --- /dev/null +++ b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb @@ -0,0 +1,31 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Computing Fundamentals\n", + "\n", + "## Using computers as a tool for engineers\n", + "\n", + "## How do computers work?\n", + "\n", + "Globe analogy: Hardware, Kernel, Shell, Application, Software.\n", + "\n", + "## Interfaces\n", + "\n", + "### Text editor for Scripting\n", + "\n", + "### Command window\n", + "\n", + "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" + } + ], + "nbformat": 4, + "nbformat_minor": 5, + "metadata": {} +} |
