diff --git a/Kapitel_0._Ihr_erstes_Notebook.ipynb b/Kapitel_0._Ihr_erstes_Notebook.ipynb index 2fd6442..628ac8a 100644 --- a/Kapitel_0._Ihr_erstes_Notebook.ipynb +++ b/Kapitel_0._Ihr_erstes_Notebook.ipynb @@ -1,6 +1,39 @@ { - "cells": [], - "metadata": {}, + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Bla Bla Bla " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "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.7.3" + } + }, "nbformat": 4, "nbformat_minor": 2 }