Skip to content

Commit 67d21db

Browse files
committed
Agregado de logo y correción de enlaces.
1 parent 746ec8d commit 67d21db

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

02_matplotlib.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
"cell_type": "markdown",
756756
"metadata": {},
757757
"source": [
758-
"Para ver operaciones adicionales de *NumPy* podemos consultar el repositorio del [Dr. Thirta Sarkar](https://github.com/tirthajyoti):\n",
758+
"Para ver operaciones adicionales de *Matplotlib* podemos consultar el repositorio del [Dr. Thirta Sarkar](https://github.com/tirthajyoti):\n",
759759
"* [Basics of Matplotlib and Seaborn](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Pandas%20and%20Numpy/Matplotlib_Seaborn_basics.ipynb)."
760760
]
761761
}

03_scipy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cell_type": "markdown",
2828
"metadata": {},
2929
"source": [
30-
"## [ En progreso ]"
30+
"## [ Trabajo en progreso ]"
3131
]
3232
}
3333
],

05_statsmodels.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"## [ En progreso ]"
16+
"## [ Trabajo en progreso ]"
1717
]
1818
}
1919
],

06_scikit_learn.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"## [ En progreso ]"
16+
"## [ Trabajo en progreso ]"
1717
]
1818
},
1919
{

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<div align = "center">
2+
<img src = "imagenes/python_logo.jpeg" width = "70" height = "70" />
3+
</div>
4+
15
# Herramientas Python.
26

37
*Herramientas Python* es un conjunto de notebooks de aprendizaje sobre las librerías fundamentales para los cursos de *Cálculo Numérico* y *Ciencia de Datos* en [*Python*](https://www.python.org).
@@ -42,9 +46,9 @@ pip install -r requirements.txt
4246
Este repositorio es un **trabajo en progreso**, por lo que aún están pendientes por hacer las siguientes tareas:
4347

4448
* Completar los notebooks:
45-
- [Scipy](05_scipy.ipynb).
46-
- [Statsmodels](06_statsmodels.ipynb).
47-
- [Scikit Learn](08_scikit_learn.ipynb).
49+
- [Scipy](03_scipy.ipynb).
50+
- [Statsmodels](05_statsmodels.ipynb).
51+
- [Scikit Learn](06_scikit_learn.ipynb).
4852
* Incorporar guías en PDF que complenenten los notebooks.
4953

5054
## Contribuciones.

0 commit comments

Comments
 (0)