← Back to list

Como instalar Jupyter Notebook o JupyterLab

Requisitos:

Alfonso Baqueiro Bernal · 2026-02-04 17:41 · 0 claps · 0.5 min read
#data-science #how-to #jupyter-notebook
Open on Medium ↗
Wiki topics: ML · Machine Learning 🔬 · Science · General

Como instalar Jupyter Notebook o JupyterLab

Analizando datos con jupyter notebook

Analizando datos con jupyter notebook

Requisitos:

  • Tener instalado python
  • Tener instalado pip

Para instalar:

pip install jupyterlab

Dependiendo de la version de python que tengas instalado es probable que tengas que añadir al PATH, la ruta a donde se colocan los ejecutables de python, por ejemplo si tienes python3.14 añadir a tu .bashrc o equivalente

export PATH="$HOME/Library/Python/3.14/bin:$PATH"

Para levantar el servicio de jupyter:

jupyter lab

Para mirarlo en acción:

[embed]


메타데이터
post_id
187cf49bdca8
slug
como-instalar-jupyter-notebook-aka-jupyterlab-187cf49bdca8
url
https://medium.com/@abaqueiro/como-instalar-jupyter-notebook-aka-jupyterlab-187cf49bdca8
canonical_url
https://medium.com/@abaqueiro/como-instalar-jupyter-notebook-aka-jupyterlab-187cf49bdca8
author_url
https://medium.com/@abaqueiro
status
ok
fetched_at
2026-07-13 22:23:34