##// END OF EJS Templates
use much faster regexp for ansi coloring...
use much faster regexp for ansi coloring ansispan function adapted from mmalecki/ansispan The easiest way to see how slow the old way was is to create a very large traceback (e.g. max recursion), which bring everything to a screeching halt (even future page loads, if the output is saved). Now a max recursion error draws in a second or two. closes #3198

File last commit:

r10158:00b960d0
r10250:719c4f8c
Show More
.gitignore
16 lines | 228 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/gh-pages
IPython/frontend/html/notebook/static/mathjax
IPython/frontend/html/notebook/static/components
*.py[co]
__pycache__
build
*.egg-info
*~
*.bak
.tox