##// END OF EJS Templates
fix bootstrap name conflicts...
fix bootstrap name conflicts change .tooltip to .ipython_tooltip class name in css to avoid conflic with bootstrap don't put header logo in h1 to also avoid conflict

File last commit:

r2058:7e8fc59a
r8543:f179808a
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()