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

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

    Try

    python -m notebook

    Or, if you used pip3 to install the notebook:

    python3 -m notebook

    On Mac OS Catalina and brewed Python3.7

提交回复
热议问题