Comenzando Jupyter Notebook en mi Ubuntu

Gustavo Orrillo
- 12/29/2020 - 1 min. de lectura

Quería comentar un error que tuve al correr jupyter notebook en mi Ubuntu, me daba error indicando que no contaba con puertos disponibles:

[I 05:46:46.208 NotebookApp] The port 8891 is already in use, trying another port.
[C 05:46:46.209 NotebookApp] ERROR: the notebook server could not be started because no available port could be found.

Se solucionó de manera muy facil, agregando un par de parámetros; --ip=0.0.0.0 --port=<nro de puerto>

gustavo@gustavo-Lenovo-ideapad-500-14ACZ:~$ jupyter notebook --allow-root --ip=0.0.0.0 --port=8888

Bueno, a partir de ahora a practicar usando pandas.





Acerca de:

Gustavo Orrillo

Passionate about programming, he has implemented Odoo for different types of businesses since 2010. In Moldeo Interactive he is a founding Partner and Programmer; In addition to writing on the Blog about different topics related to the developments he makes.