如何将 bash 别名移植到 ipython > 0.10?
如何将 bash 别名移植到 IPython 版本 >= 0.11?
这个问题已经为 IPython << 提供了答案。 0.11,其链接是 这里:
How do you port your bash aliases to IPython version >= 0.11?
This question has already been answered for IPython < 0.11, and link for that is
here:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的解决方案。欢迎改进!
在你的 ipython 配置中,添加以下行:(我的位于:~/.config/ipython/profile_default/ipython_config.py)
Here is my solution. Improvements welcome!
In your ipython config, add the following lines: (mine is here: ~/.config/ipython/profile_default/ipython_config.py)