##// END OF EJS Templates
reenable multiline history for terminals...
reenable multiline history for terminals Add configuration variable InteractiveShell.multiline_history. If it is True cells spanning multiple lines will be saved in history as a single entry instead of one entry per line, as was the case in ipython < 0.11. closes gh-571

File last commit:

r2058:7e8fc59a
r5011:30eccbc3
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()