Mac Terminal Recommendations #125
-
I'm testing out Also, is there a recommended way to view a docstring using Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, different terminals handle ANSI codes and some characters differently. A fancier alternative like iTerm should be able to do better. If you use VS Code it’s built in terminal is also great.
|
Beta Was this translation helpful? Give feedback.
Hi,
different terminals handle ANSI codes and some characters differently. A fancier alternative like iTerm should be able to do better. If you use VS Code it’s built in terminal is also great.
termshow(print)
will show all methods and doc string for print (or most of it anyways). Or if you have the doc string as a markdown object (MD) you can use parse_md to render it (need Term 1.0.0) for both