From dc13208abd61cc3ac7c64a4373f3ad85689f1293 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 29 Apr 2025 18:38:21 -0600 Subject: Finished of module 1 tutorials (.md) and added documentation to module 2 --- tutorials/module_1/notebook_1/functions.ipynb | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'tutorials/module_1/notebook_1/functions.ipynb') diff --git a/tutorials/module_1/notebook_1/functions.ipynb b/tutorials/module_1/notebook_1/functions.ipynb index 28a9201..b3a56af 100644 --- a/tutorials/module_1/notebook_1/functions.ipynb +++ b/tutorials/module_1/notebook_1/functions.ipynb @@ -2,6 +2,7 @@ "cells": [ { "cell_type": "markdown", + "id": "c549f9ae-7280-471e-a7e3-92d3340b7514", "metadata": {}, "source": [ "# Functions\n", @@ -94,11 +95,28 @@ " script, the return keyword is used. The keyword can be followed by\n", " an output variable or a constant. For multiple output variables,\n", " separate them by a comma." - ], - "id": "c549f9ae-7280-471e-a7e3-92d3340b7514" + ] } ], + "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