Is it possible to create ["Rich Output"](https://nbviewer.jupyter.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Rich%20Output.ipynb) from a program or script started from bash? If yes, how would one do that? I naively tried things like echo '<div>This is <i>very</i> important!</div>' or cat image.png without success.