##// END OF EJS Templates
Work on the notebook's code cell....
Work on the notebook's code cell. * Cleaned up the js code for creating the code cell. * Added a div around the input text area to allow the text area to have a width of 100%. * Added CodeCell.toJSON.

File last commit:

r2058:7e8fc59a
r4314:5d9b6e73
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()