diff --git a/Entrega.ipynb b/Entrega.ipynb
index e193019ffb652900e69b253bd15cf5e53109d9c4..5ef797fee0253048d87191c89bb8a16b0a3e2bbe 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 cdabbd7516adc3e753c476e19fc555a3c9a0e62b..fac0ac343dcfad799c2e3bc1ecec12bc14d98fd9 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": []
}
],