From f6578b742bc0cf09d9bd3acb23be524e0a790ea5 Mon Sep 17 00:00:00 2001 From: Nicolas Mantilla <nicolas2210707@correo.uis.edu.co> Date: Sun, 22 May 2022 22:13:26 -0500 Subject: [PATCH] Git-JupyterLab Excercise Uploaded Hello file with the hello world :D --- Hello.ipynb | 42 ++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 Hello.ipynb diff --git a/Hello.ipynb b/Hello.ipynb new file mode 100644 index 0000000..42f60eb --- /dev/null +++ b/Hello.ipynb @@ -0,0 +1,42 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello World\n" + ] + } + ], + "source": [ + "print(\"Hello World\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "python3.9", + "language": "python", + "name": "python3.9" + }, + "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.9" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/README.md b/README.md index ac45d23..751f5f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Semillero Clase 1 - +Nicolas Mantilla Molina ## Getting started -- GitLab