##// END OF EJS Templates
increase registration timeout...
increase registration timeout to highest of 10 seconds or 5 heartbeat periods Should reduce stalled registration notices (#2996)

File last commit:

r2058:7e8fc59a
r9868:b54b410b
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()