##// END OF EJS Templates
- Add a new ipconfig() public function for manipulating the internal rc...
- Add a new ipconfig() public function for manipulating the internal rc configuration structure. - Add a new system_header variable to allow customizations of the system header printed when making system calls.

File last commit:

r0:6f629fcc
r418:3ca71fa9
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()