From 427e285f81350606d5d3635da89446cc44e83227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= <muellerl@mv.uni-kl.de> Date: Thu, 22 Apr 2021 11:33:22 +0200 Subject: [PATCH] added base notebook --- Faltung.ipynb | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Faltung.ipynb diff --git a/Faltung.ipynb b/Faltung.ipynb new file mode 100644 index 0000000..d3a6c71 --- /dev/null +++ b/Faltung.ipynb @@ -0,0 +1,41 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "e12ef12a", + "metadata": {}, + "source": [ + "# Inhalt folgt in Kürze" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "528130f9", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "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.9.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} -- GitLab