Warm tip: This article is reproduced from stackoverflow.com, please click
Anaconda jupyter-notebook python

After installing anaconda

发布于 2020-04-11 11:40:40

I have installed anaconda on my MAC laptop, and tried to run jupyter notebook to install it, but I get error jupyter command not found.

Questioner
Marco
Viewed
92
ffledgling 2017-04-21 15:26

You need to activate your conda environment (source bin/activate) and then do

$ pip install jupyter
$ jupyter notebook # to actually run the notebook server