From 7bfd5ae71da3dba23b1c57ee746184eace40660d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CUlrich?= Date: Mon, 12 Oct 2020 17:27:50 +0100 Subject: [PATCH] added hello file --- .ipynb_checkpoints/hello-checkpoint.ipynb | 34 +++++++++++++++++++++++ hello.ipynb | 34 +++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 .ipynb_checkpoints/hello-checkpoint.ipynb create mode 100644 hello.ipynb diff --git a/.ipynb_checkpoints/hello-checkpoint.ipynb b/.ipynb_checkpoints/hello-checkpoint.ipynb new file mode 100644 index 0000000..8318b55 --- /dev/null +++ b/.ipynb_checkpoints/hello-checkpoint.ipynb @@ -0,0 +1,34 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print('hello world')" + ] + } + ], + "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.8.3" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/hello.ipynb b/hello.ipynb new file mode 100644 index 0000000..8318b55 --- /dev/null +++ b/hello.ipynb @@ -0,0 +1,34 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print('hello world')" + ] + } + ], + "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.8.3" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +}