这个问题之前已经在SO上讨论过了,但是推荐的修复方法并不起作用。
我已经使用pip install jupyter --upgrade和macports port install py34-jupyter安装了Jupyter,但是我无法通过命令行访问命令jupyter。
执行pip install jupyter时,消息为:
Requirement already satisfied: jupyter in /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages这也是pip所在的位置。我也试过
pip uninstall notebook
pip install notebook --upgrade但这并不管用。
在/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages内部,我看到:
jupyter-1.0.0-py3.4.egg-info
jupyter-1.0.0.dist-info
jupyter.py
jupyter_client
jupyter_client-4.4.0-py3.4.egg-info
jupyter_client-4.4.0.dist-info
jupyter_console
jupyter_console-5.0.0-py3.4.egg-info
jupyter_console-5.0.0.dist-info
jupyter_core
jupyter_core-4.2.0.dist-info
jupyter_core-4.2.1-py3.4.egg-info我认为可能是命令jupyter没有必要的可执行文件的正确路径,但情况似乎并非如此。
我如何访问jupyter notebook?
https://stackoverflow.com/questions/41406153
复制相似问题