From a5da06c9e0161b82908641e3dbbe839905582757 Mon Sep 17 00:00:00 2001 From: Jose Martin Serrano Torres <serranoj@jupyterMiLAB> Date: Wed, 3 Feb 2021 21:02:09 -0500 Subject: [PATCH] nuevo archivo desde jupyterhub --- .gitignore | 1 + Notebook_clase_4.ipynb | 45 ++++++++++++++++++++++++++++++++++++++++++ text_file | 3 --- text_file.md | 4 ++++ 4 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 Notebook_clase_4.ipynb delete mode 100644 text_file create mode 100644 text_file.md 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/Notebook_clase_4.ipynb b/Notebook_clase_4.ipynb new file mode 100644 index 0000000..427de98 --- /dev/null +++ b/Notebook_clase_4.ipynb @@ -0,0 +1,45 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "4" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "2+2" + ] + } + ], + "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 +} diff --git a/text_file b/text_file deleted file mode 100644 index 567a188..0000000 --- a/text_file +++ /dev/null @@ -1,3 +0,0 @@ -#hola mundo - -##escribir_aqui diff --git a/text_file.md b/text_file.md new file mode 100644 index 0000000..ccdb7c8 --- /dev/null +++ b/text_file.md @@ -0,0 +1,4 @@ +# hola mundo + +## escribir_aqui +## esta es una modificacion desde el clone! -- GitLab