Skip to content

Commit

Permalink
Corrección de formatos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejdecena committed Sep 29, 2019
1 parent 96c9dc2 commit 9c079fb
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions jupyter_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](./imagenes/python_logo.jpeg)\n",
"<div align = \"center\">\n",
" <img src = \"imagenes/logo_jupyter.png\" width = \"70\" height = \"70\" />\n",
"</div>\n",
"\n",
"# Jupyter Notebook.\n",
"***"
]
Expand Down Expand Up @@ -592,42 +595,26 @@
"without parentheses, quotes or even commas for convenience. Line magics take a\n",
"single % and cell magics are prefixed with two %%.```\n",
"\n",
"También podemos ejecutar cualquier comando del sistema operativo anteponiendo el signo `!` antes del comando. Por ejemplo, en un entorno Linux, para listar los archivos del directorio actual podemos escribir:"
"También podemos ejecutar cualquier comando del sistema operativo anteponiendo el signo `!` antes del comando. Por ejemplo, en un entorno *Linux*, para listar los archivos del directorio actual podemos escribir:"
]
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"00_jupyter_notebook.ipynb 04_scipy.ipynb\t imagenes\r\n",
"01_lenguaje_python.ipynb 05_statsmodels.ipynb libros\r\n",
"02_numpy.ipynb\t\t 06_pandas.ipynb\t LICENSE\r\n",
"03_matplotlib.ipynb\t 07_scikit_learn.ipynb README.md\r\n"
"CONTRIBUTING.md imagenes\t\t LICENSE requirements.txt\r\n",
"documentos\t jupyter_notebook.ipynb README.md\r\n"
]
}
],
"source": [
"!ls"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## El editor de texto Mu."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Además de *Jupyter Notebook*, podemos contar con *Mu*, un editor de código *Python* para programadores principiantes basado en la extensa retroalimentación de profesores y estudiantes. A diferencia de *Jupyter Notebook*, *Mu* es un editor de código no interactivo, pero es muy versátil, liviano y funcional. *Mu* puede ser descargado directamente desde su [**sitio web**](https://codewith.mu/)"
]
}
],
"metadata": {
Expand Down

0 comments on commit 9c079fb

Please sign in to comment.