[IPython-user] import question
Ville M. Vainio
vivainio@gmail....
Wed Jul 16 14:06:56 CDT 2008
On Wed, Jul 16, 2008 at 1:29 PM, Dick Moores <rdmoores@gmail.com> wrote:
> With my ipythonrc.ini I want to cause this to happen:
>
> import mpmath as p
>
>
> How do I do it?
Basic answer to most of the questions like this is: use
ipy_user_conf.py, not ipythonrc.ini. You could do:
ip.ex("import mpmath as p")
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list