cling
cling copied to clipboard
Show image in Jupyter notebook using C++ API
Is it possible to show an image in Jupyter notebook with C++ kernel? Similar to matplotlab.pyplot.imshow. Currently, I'm using markdown to do this, but it has few downside, the main is that browser caches them and won't reload image on markdown cell rerun.