【发布时间】:2011-04-29 12:15:20
【问题描述】:
我希望 IPython 或 Python 解释器在我启动它们时自动加载它们。
有可能吗?
例如当我启动 IPython 时:
$ ipython
...
>>> from __future__ import division
>>> from mymodule import *
In [1]:
类似 SymPy's live shell 的东西可以在教程页面中找到。
【问题讨论】:
标签: python module autoload ipython