##// END OF EJS Templates
change "profile not found" warning heuristics (only warn...
change "profile not found" warning heuristics (only warn if ipythonrc-PROFNAME and ipy_profile_PROFNAME not found)

File last commit:

r0:6f629fcc
r175:2101ac2c
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()