From ac714941d577cfdf7ebc98a4b3610036942a9be4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Wilson=20Casta=C3=B1eda=20Ayay?= <castanedaw@jupyterMiLAB>
Date: Fri, 19 Feb 2021 00:55:51 -0500
Subject: [PATCH] nuevos archivos desde jupyterhub

---
 Entrega.ipynb | 31 ++++++++-----------------------
 Entrega.md    | 17 +++++++++++------
 2 files changed, 19 insertions(+), 29 deletions(-)

diff --git a/Entrega.ipynb b/Entrega.ipynb
index e193019..5ef797f 100644
--- a/Entrega.ipynb
+++ b/Entrega.ipynb
@@ -2,26 +2,11 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 57,
+   "execution_count": 1,
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Collecting scipy\n",
-      "\u001b[?25l  Downloading https://files.pythonhosted.org/packages/b6/3a/9e0649ab2d5ade703baa70ef980aa08739226e5d6a642f084bb201a92fc2/scipy-1.6.1-cp37-cp37m-manylinux1_x86_64.whl (27.4MB)\n",
-      "\u001b[K    100% |████████████████████████████████| 27.4MB 47kB/s  eta 0:00:01\n",
-      "\u001b[?25hCollecting numpy>=1.16.5 (from scipy)\n",
-      "  Using cached https://files.pythonhosted.org/packages/65/b9/0b02ffd2689cbfa5d1da09a59378b626768386add3b654718d43d97e0ef1/numpy-1.20.1-cp37-cp37m-manylinux1_x86_64.whl\n",
-      "Installing collected packages: numpy, scipy\n",
-      "\u001b[33m  The scripts f2py, f2py3 and f2py3.7 are installed in '/home/castanedaw/.local/bin' which is not on PATH.\n",
-      "  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.\u001b[0m\n",
-      "Successfully installed numpy-1.20.1 scipy-1.6.1\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
+    "#EJERCICIO 05\n",
     "##Instalando las librerias\n",
     "#!pip install --user numpy\n",
     "#!pip install --user matplotlib\n",
@@ -30,7 +15,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 58,
+   "execution_count": 2,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -162,16 +147,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 74,
+   "execution_count": 9,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "<matplotlib.colorbar.Colorbar at 0x7efc17c2ee10>"
+       "<matplotlib.colorbar.Colorbar at 0x7f7606549dd8>"
       ]
      },
-     "execution_count": 74,
+     "execution_count": 9,
      "metadata": {},
      "output_type": "execute_result"
     },
@@ -208,7 +193,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 70,
+   "execution_count": null,
    "metadata": {},
    "outputs": [],
    "source": []
diff --git a/Entrega.md b/Entrega.md
index cdabbd7..fac0ac3 100644
--- a/Entrega.md
+++ b/Entrega.md
@@ -1,9 +1,12 @@
 {
  "cells": [
   {
-   "cell_type": "markdown",
+   "cell_type": "code",
+   "execution_count": null,
    "metadata": {},
+   "outputs": [],
    "source": [
+    "# EJERCICIO 05\n",
     "##Instalando las librerias\n",
     "#!pip install --user numpy\n",
     "#!pip install --user matplotlib\n",
@@ -12,7 +15,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 58,
+   "execution_count": 2,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -144,16 +147,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 74,
+   "execution_count": 9,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "<matplotlib.colorbar.Colorbar at 0x7efc17c2ee10>"
+       "<matplotlib.colorbar.Colorbar at 0x7f7606549dd8>"
       ]
      },
-     "execution_count": 74,
+     "execution_count": 9,
      "metadata": {},
      "output_type": "execute_result"
     },
@@ -189,8 +192,10 @@
    ]
   },
   {
-   "cell_type": "markdown",
+   "cell_type": "code",
+   "execution_count": null,
    "metadata": {},
+   "outputs": [],
    "source": []
   }
  ],
-- 
GitLab