Después de instalar con pip install jupyter
, el terminal aún no puede encontrar jupyter notebook
.
Ubuntu simplemente dice command not found
. Similar con ipython
. ¿ pip
No se instaló correctamente o algo así? ¿Cómo sabe Ubuntu dónde buscar los ejecutables instalados pip
?
brew
enhigh sierra
python3 -m pip install --user jupyter
funcionó para mí