环境
- Windows 10
- Python 3.5
安装
pip install jupyter
没有提示正确,有这样的提示
Requirement already satisfied (use --upgrade to upgrade): jsonschema!=2.5.0,>=2.0 in c:\users\mumu\appdata\roaming\python\python35\site-packages (from nbformat->nbconvert->jupyter)
Requirement already satisfied (use --upgrade to upgrade): wcwidth in c:\users\mumu\appdata\roaming\python\python35\site-packages (from prompt-toolkit<2.0.0,>=1.0.0->jupyter-console->jupyter)
- 更新,命令如下
python -m pip install --upgrade jupyter
提示成功
执行
jupyter notebook
提示命令不存在
- 可能的问题是jupyter 命令可能不存在系统环境目录下
- 找到jupyter的安装目录,将此目录添加到系统环境目录
- 再次执行OK
总结
- 为什么别人不会出现相同的问题
- 一般人安装后再Python目录下的Scripts目录