diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:25:31 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:25:31 -0600 |
| commit | 652f88728eb91bae1c4f30b63d1fbe60788ea938 (patch) | |
| tree | 65cfe591da183b969885e8c557b1ac5810727ec8 /tutorials/module_4/notebook_4 | |
| parent | 42fca6122f4baf847ec2794b172abbc6a2193407 (diff) | |
Added jupyter notebook converter script. Converts markdown (.md) tutorials to jupyter notebook (.ipynb).
Diffstat (limited to 'tutorials/module_4/notebook_4')
| -rw-r--r-- | tutorials/module_4/notebook_4/plotting.ipynb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tutorials/module_4/notebook_4/plotting.ipynb b/tutorials/module_4/notebook_4/plotting.ipynb new file mode 100644 index 0000000..650daad --- /dev/null +++ b/tutorials/module_4/notebook_4/plotting.ipynb @@ -0,0 +1,17 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Plotting\n", + "\n", + "## matlibplot" + ], + "id": "c1faa4f4-55cb-4e59-a732-bada47ed2a19" + } + ], + "nbformat": 4, + "nbformat_minor": 5, + "metadata": {} +} |
