Mar*_*rco 18 python anaconda jupyter-notebook
我已经在我的MAC笔记本电脑上安装了anaconda,并试图运行jupyter笔记本来安装它,但我得到错误jupyter命令未找到.
ffl*_*ing 21
你需要激活你的conda环境(source bin/activate)然后做
$ pip install jupyter
$ jupyter notebook # to actually run the notebook server
Run Code Online (Sandbox Code Playgroud)
小智 7
@ffledgling anwser 对我不起作用。解决的是使用conda安装jupyter:
conda install jupyter
这就是诀窍。安装完成后我就去了
jupyter notebook
作为我的下一个命令,看到服务器设置和浏览器页面打开。