cling icon indicating copy to clipboard operation
cling copied to clipboard

Show image in Jupyter notebook using C++ API

Open ThatAIGeek opened this issue 8 years ago • 0 comments

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.

ThatAIGeek avatar May 12 '17 10:05 ThatAIGeek