How to use bat for output from python interactive session / IPython #3434
Unanswered
thrivingproject
asked this question in
Q&A
Replies: 1 comment
-
How does IPython decide to open the Markdown in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I use IPython (IPython 9.6.0 -- An enhanced Interactive Python) with ZSH, and when I type something like
?np.array
, it opensless
and the output is raw markdown. I'd like to get it to be formatted with bat. I installed bat and confirmed it worked by running it on a python file. The colorized output is exactly what I'm hoping to get when reading docstrings for python objects while in IPython. Any idea how I can do this?Beta Was this translation helpful? Give feedback.
All reactions