After installing with pip, “jupyter: command not found”

前端 未结 24 1062
名媛妹妹
名媛妹妹 2020-12-04 06:35

After installing with pip install jupyter, terminal still cannot find jupyter notebook.

Ubuntu simply says command not found

24条回答
  •  温柔的废话
    2020-12-04 07:01

    Now in the year of 2020. fix this issue by my side with mac: pip install jupyterlab instead pip install jupyter. there will be an warning before successfully installed keywords: enter image description here

    you can see the path with jupyterlab then you just need to start jupyter notebook by following in path:

    jupyter-lab
    

    notebook will automatic loaded by your default browser.

提交回复
热议问题