diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-10-17 10:29:28 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-10-17 10:29:28 -0600 |
| commit | 9799770312e9ef456c441a2de62bce243182e87a (patch) | |
| tree | 31d67f25d66a1416b20d00002c0646b28cff6d9a /tutorials/module_1/notebook_1/computing_fundamentals.ipynb | |
| parent | 1a29cf20e0db1f8980c4dc87cd305a479d3a74e6 (diff) | |
Added module_*/notebook_* to .git/info/exclude
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, 0 insertions, 31 deletions
diff --git a/tutorials/module_1/notebook_1/computing_fundamentals.ipynb b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb deleted file mode 100644 index cb8e088..0000000 --- a/tutorials/module_1/notebook_1/computing_fundamentals.ipynb +++ /dev/null @@ -1,31 +0,0 @@ -{ - "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": "c3aa6fa3-a0c6-4851-94d4-9e40d739b70d" - } - ], - "nbformat": 4, - "nbformat_minor": 5, - "metadata": {} -} |
