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

前端 未结 24 1145
名媛妹妹
名媛妹妹 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:52

    pip install --user --upgrade jupyter
    

    Using the above command should do the job in Ubuntu 18.04

    If it doesn't, follow the steps from here

提交回复
热议问题