From 9799770312e9ef456c441a2de62bce243182e87a Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 17 Oct 2025 10:29:28 -0600 Subject: Added module_*/notebook_* to .git/info/exclude --- .../notebook_1/computing_fundamentals.ipynb | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 tutorials/module_1/notebook_1/computing_fundamentals.ipynb (limited to 'tutorials/module_1/notebook_1/computing_fundamentals.ipynb') 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": {} -} -- cgit v1.2.3