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.
根据http://wiki.ipython.org/index.php?title=Cookbook/Custom_completers的建议,我试图在 IPython 笔记本中为我的一些函数添加一些自定义完成器
当代码尝试从 IPython 加载 ipapi 时,它会收到“ImportError: No module named ipapi”
有任何想法吗?我看到了一些关于早期版本的错误报告,应该在我正在使用的 0.13.1 中修复。
似乎 ipapi 移入了 Ipython.core
调用 import Ipython.core.ipapi 没有问题。