From f1cc185b2571715b3077c9ea8ed601940a8f4932 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 28 Apr 2025 11:41:51 -0600 Subject: notebook files in module 1. Added content --- .../notebook_1/fundamentals_of_programming.ipynb | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'tutorials/module_1/notebook_1') diff --git a/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb b/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb index 79240a7..963ee18 100644 --- a/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb +++ b/tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb @@ -2,6 +2,7 @@ "cells": [ { "cell_type": "markdown", + "id": "a283b045-32a1-410b-a754-ad14dd955347", "metadata": {}, "source": [ "# Fundamentals of programming\n", @@ -25,11 +26,28 @@ "\n", " Globe analogy: Hardware, Kernel, shell, Application software.\n", " - Scripting" - ], - "id": "a283b045-32a1-410b-a754-ad14dd955347" + ] } ], + "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.13.2" + } + }, "nbformat": 4, - "nbformat_minor": 5, - "metadata": {} + "nbformat_minor": 5 } -- cgit v1.2.3