From 19a81ded985ba50e3e2c740fe5c70c08a414ce81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daisy=20Fabiola=20Amazo=20G=C3=B3mez?= <amazod@jupyterMiLAB> Date: Mon, 1 Feb 2021 10:28:00 -0500 Subject: [PATCH] nuevo archivo desde jupyterhub --- .gitignore | 0 Test_Notebook_Clase4.ipynb | 52 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .gitignore create mode 100644 Test_Notebook_Clase4.ipynb diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/Test_Notebook_Clase4.ipynb b/Test_Notebook_Clase4.ipynb new file mode 100644 index 0000000..4c370d7 --- /dev/null +++ b/Test_Notebook_Clase4.ipynb @@ -0,0 +1,52 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "1+1" + ] + }, + { + "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": 4 +} -- GitLab