##// END OF EJS Templates
add pre_prompt_hook; run just before displaying the prompt (safe place to display stuff asynchronously...
add pre_prompt_hook; run just before displaying the prompt (safe place to display stuff asynchronously without messing up text entry)

File last commit:

r988:2f09c2ab
r1027:f6da74be
Show More
pycolor
6 lines | 177 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()