一起使用我遇到了從Sublime REPL包運行IPython shell的問題。IPython 4 shell不能與Sublime REPL
這裏是我所得到的:
C:\Anaconda\lib\site-packages\IPython\config.py:13: ShimWarning:
The`IPython.config` package has been deprecated. You should import from
traitlets.config instead.
"You should import from traitlets.config instead.", ShimWarning)
C:\Anaconda\lib\site-packages\IPython\terminal\console.py:13: ShimWarning:
The `IPython.terminal.console` package has been deprecated. You should
import from jupyter_console instead.
"You should import from jupyter_console instead.", ShimWarning)
C:\Anaconda\lib\site-packages\IPython\frontend.py:21: ShimWarning: The top-
level `frontend` package has been deprecated. All its subpackages have been
moved to the top `IPython` level.
"All its subpackages have been moved to the top `IPython` level.",
ShimWarning)
Traceback (most recent call last):
File "C:\Users\Vladimir\AppData\Roaming\Sublime Text
3\Packages/SublimeREPL/config/Python/ipy_repl.py", line 45, in <module>
from IPython.frontend.terminal.console.app import ZMQTerminalIPythonApp
ImportError: No module named app
有誰有一個解決方案是如何這可能是固定的嗎?我已經安裝了最新版本的pyzmq並運行在Python 2.7.10-0
感謝您的詳細說明。現在我得到以下內容: –
[ZMQTerminalIPythonApp]加載IPython擴展名:storemagic Jupyter控制檯4.0.2 C:\ Anaconda \ python.EXE:python26.dll的模塊使用與此版本的Python衝突。 'ipykernel'是一個軟件包,不能直接執行 –
@VolodymyrKruglov您使用的是什麼版本的Python,以及'pip'使用哪個版本來安裝IPython和Jupyter? – MattDMo