Skip to content

thibs-sigma/CURSO_ROS_jupyter_notebooks

Repository files navigation

CURSO_ROS_jupyter_notebooks

Jupyter Notebooks para las prácticas del curso de ROS.

Sólo clone ese repositorio:

git clone https://github.com/thibs-sigma/CURSO_ROS_jupyter_notebooks.git

Instalación de Jupyter

Si tienen Python 3 instalado (recomendado):

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

O con Python 2:

python -m pip install --upgrade pip
python -m pip install jupyter

Para verificar la instalción, en un Terminal, ejecuta:

jupyter notebook

Si todo sale bien, una ventana de navegador web se debe abrir, con Jupyter ejecutando.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published