Mixing IPython and autoimp
IPython is great for typing up quick tests. Unfortunately it is annoying when you have to import modules just to use it for one or two commands. autoimp is a Python module where it automatically imports modules when you refer to them. It works well with IPython simply by adding “import_all autoimp” somewhere in your “~/.ipython/ipythonrc” file.
- February 25th, 2008 by Gerald Kaszuba
- Posted in Programming, Tips, python |
- No Comments »







