Após a instalação pip install jupyter
, o terminal ainda não conseguiu encontrar jupyter notebook
.
O Ubuntu simplesmente diz command not found
. Similar com ipython
. Não pip
foi instalado corretamente ou algo assim? Como o Ubuntu sabe onde procurar executáveis instalados pip
?
brew
nohigh sierra
python3 -m pip install --user jupyter
funcionou para mim