Commit 4c5fa9f6 authored by Carlos David García Hernández's avatar Carlos David García Hernández

cambios

parents f8d05225 0c537b58
...@@ -1244,3 +1244,4 @@ ...@@ -1244,3 +1244,4 @@
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }
...@@ -1384,3 +1384,4 @@ ...@@ -1384,3 +1384,4 @@
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }
This diff is collapsed.
# Tópicos Avanzados de Programación
## Instalación de Herramientas
```bash
sudo apt-get install python3 pip3
python3 -m pip install --upgrade pip
pip3 install jupyter
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment