conf
view ipy_user_conf.py @ 375:26aed4e65671
cleanup hgrc a bit
| author | Alexander Solovyov <alexander@solovyov.net> |
|---|---|
| date | Mon Jan 23 18:20:04 2012 +0200 |
| parents | 5360b48f8755 |
| children |
line source
1 """ User configuration file for IPython
2 (c) Alexander Solovyov 2007-2008
4 This config has input prompts like in usual python shell to avoid
5 confusion and simplification of doctest creation.
7 See http://ipython.scipy.org/moin/IpythonExtensionApi for detailed
8 description on what you could do here.
9 """
26 # My prompt, imitating usual python
31 # Remove all blank lines in between prompts
36 # I like to keep my banner minimal.
45 pass
49 pass
