EDITEDJupyter筆記本 - 安裝python 2
我對python很陌生,有一個可能超級基本的問題。我已經安裝了Jupyter Notebook,默認安裝了包含python 3的anaconda。現在我想使用一個仍然可以在python 2.7下工作的外部工具箱,所以我試圖用python 2.7獲得e內核,建議爲here。在巨蟒提示我打字
python2 -m pip install ipykernel
python2 -m ipykernel install --user
但它說,它找不到命令「python2」。任何想法?
您需要退出Python解釋器才能運行bash命令 –
只是想知道爲什麼仍然使用python2? –
[爲什麼Python中的「pip install」會引發SyntaxError?](https://stackoverflow.com/questions/8548030/why-does-pip-install-inside-python-raise-a-syntaxerror) –