##// END OF EJS Templates
Changes for demos and access to raw history in %macro, %save and %edit....
Changes for demos and access to raw history in %macro, %save and %edit. Very lightly tested yet... but I want it accessible to others at the SAGE conference, so it goes in. I'll fix it if I broke something...

File last commit:

r0:6f629fcc
r178:757f9374
Show More
pycolor
6 lines | 171 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()