Spaces:
Runtime error
Runtime error
File size: 293 Bytes
6f72e2b | 1 2 3 4 5 6 7 8 9 10 | # Deprecated/should be removed, but we break older version of ipyparallel
# https://github.com/ipython/ipyparallel/pull/924
# minimal subset of TermColors, removed from IPython
# not for public consumption, beyond ipyparallel.
class TermColors:
Normal = "\033[0m"
Red = "\033[0;31m"
|