我想從PyCharm控制檯安裝Jupyter Notebook,但出現以下錯誤。從Pycharm控制檯安裝Jupyter
/usr/bin/python "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevconsole.py" 62076 62077
PyDev console: starting.
import sys; print('Python %s on %s' % (sys.version, sys.platform))
sys.path.extend(['/Users/edamame/Documents/git/HelloWorld'])
Python 2.7.10 (default, Oct 23 2015, 19:19:21)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
>>> pip install jupyter
File "<input>", line 1
pip install jupyter
^
SyntaxError: invalid syntax
'pip'並不意味着可以從Python REPL –