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

前端 未结 24 1052
名媛妹妹
名媛妹妹 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 06:41

    Here is how it worked for me The PATH for jupyter after installing it using pip is located

    which pip

    /usr/local/bin

    so to run the jupyter notebook i just typed in my terminal:

    jupyter-notebook

    and it worked for me am using parrot os and installed jupyter using pip3

提交回复
热议问题