Jupyter in the terminal
Contents:
Applications
API Reference
Contain ANSI formatted text parser.
Classes
ANSI(value[, tab_size])
ANSI
Convert ANSI text into formatted text, preserving all control sequences.
PTANSI
alias of ANSI
Bases: ANSI
Like str.format, but make sure that the arguments are properly escaped. (No ANSI escapes can be injected.)