Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 IPython Jupyter 笔记本,我使用魔法%qtconsole打开一个 Qtconsole,该 Qtconsole 连接到与笔记本相同的 IPython 内核。
%qtconsole
如何使用 IJulia 笔记本做到这一点?
打开控制台:
jupyter 控制台 --kernel=julia-0.4 jupyter 控制台 --kernel=julia-0.6
要打开 qtconsole:
jupyter qtconsole --kernel=julia-0.4 jupyter qtconsole --kernel=julia-0.6