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.
我想在 Python 应用程序中使用ipython 。有没有人有(或可以指出)一个最小的例子:
源代码文档中有一个示例ipkernel_qt.py,但这仅显示了如何从脚本中启动内核以及如何修改名称空间,并未显示如何发送代码。我想我需要使用KernelManager,但是有没有办法在没有配置文件的情况下将内核管理器连接到内核?
ipkernel_qt.py
我前一阵子这样做了,从那以后情况发生了变化,但这并不难。文档中有一个嵌入 IPython的示例。