diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-29 18:38:21 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-29 18:38:21 -0600 |
| commit | dc13208abd61cc3ac7c64a4373f3ad85689f1293 (patch) | |
| tree | b8775c75daefe5c5f183b7fbb561b6d18e82f0d3 /tutorials/module_1/notebook_1/functions.ipynb | |
| parent | ce478a33e25759b901d401609175713a5ded3522 (diff) | |
Finished of module 1 tutorials (.md) and added documentation to module 2
Diffstat (limited to 'tutorials/module_1/notebook_1/functions.ipynb')
| -rw-r--r-- | tutorials/module_1/notebook_1/functions.ipynb | 26 |
1 files changed, 22 insertions, 4 deletions
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 } |
