From 652f88728eb91bae1c4f30b63d1fbe60788ea938 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 16:25:31 -0600 Subject: Added jupyter notebook converter script. Converts markdown (.md) tutorials to jupyter notebook (.ipynb). --- .../notebook_1/computing_fundamentals.ipynb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create 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 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": {} +} -- cgit v1.2.3