¿Cómo instalar jupyter notebook con pip en Python?

Una herramienta muy útil para python es jupyter.  Es muy fácil de instalar con el siguiente comando:

pip install jupyter

Y corremos con

jupyter notebook

Links:
  1. http://jupyter.readthedocs.io/en/latest/install.html
  2. http://jupyter.org/install
  3. https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04

No hay comentarios.:

Publicar un comentario