diff options
Diffstat (limited to 'tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb')
| -rw-r--r-- | tutorials/module_1/notebook_1/fundamentals_of_programming.ipynb | 26 |
1 files changed, 22 insertions, 4 deletions
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 } |
