From 3626b39e94be70c50222a6ccfc1bacf8445bc946 Mon Sep 17 00:00:00 2001 From: Lorena Bucuru Rodriguez <bucurul@jupyterMiLAB> Date: Mon, 1 Feb 2021 10:28:43 -0500 Subject: [PATCH] nuevos archivos desde jupyterhub --- .gitignore | 1 + test-notebook-clase-4.ipynb | 45 +++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 test-notebook-clase-4.ipynb diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87620ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ipynb_checkpoints/ diff --git a/test-notebook-clase-4.ipynb b/test-notebook-clase-4.ipynb new file mode 100644 index 0000000..649531d --- /dev/null +++ b/test-notebook-clase-4.ipynb @@ -0,0 +1,45 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "1+1" + ] + } + ], + "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