You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jupyter console and qtconsole support the use of ANSI escape codes to "format" text. See jupyter/qtconsole#273. Apparently bold only works in the console and not qtconsole, though underline works in both.
We could use this to display somewhat-formatted help in (qt)console. Though it might be too much effort.
Is that feasible? I suppose if you're just doing italics, bold, and underline maybe... Now that you mention it, is there a lot more than that in the HTML files? I guess all the formatted tables and lines, but that wouldn't translate into ANSI codes anyway, right?
Jupyter console and qtconsole support the use of ANSI escape codes to "format" text. See jupyter/qtconsole#273. Apparently bold only works in the console and not qtconsole, though underline works in both.
We could use this to display somewhat-formatted help in (qt)console. Though it might be too much effort.
What do you think @mcaceresb?
List of ANSI escape codes: https://stackoverflow.com/questions/4842424/list-of-ansi-color-escape-sequences
The text was updated successfully, but these errors were encountered: