BASH kernel colors for stdout?

I’ve been trying to get my BASH kernel for my jupyter notebook setup to show the color of outputs from simple command-line-based programs like grep and alv. I can only get black and white at this time. I’m uncertain if the problem lies with firefox, Jupyter, or the kernel I’m using, so I really don’t know where to start with this.

I’m fine with colored text in the output of markdown cells, btw, I just can’t find anyway to preserve the ansi colors for the output when using command-line programs in the jupyter BASH kernel.

To give some context, my setup is:

* Ubuntu 20  
* Firefox 82.0  
* Jupyter notebooks 6.0.3  
* Python 3.8.5  
* GNU bash, version 5.0.17(1)

Hope this post is pertinent here, I’m new to this forum, thanks in advance.

I second this request. Also, same question on SE.