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

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

    If you installed Jupyter notebook for Python 2 using 'pip' instead of 'pip3' it might work to run:

    ipython notebook
    

提交回复
热议问题