jupyter_micropython_kernel icon indicating copy to clipboard operation
jupyter_micropython_kernel copied to clipboard

Find some way to send output to generate a matplotlib graph

Open goatchurchprime opened this issue 6 years ago • 1 comments

probably a pandas command to read the streamed output and then a special prepended series of lines (eg with "%matplotlib-pyplot-execute") that gets exec-ed by the python interpreter (primarily being matplotlib commands).

Must first find how a matplotlib output image is delivered inline to the jupyter front end

goatchurchprime avatar Nov 10 '17 19:11 goatchurchprime

Look at the tech for embeddable widgets as this might give a clue https://blog.dominodatalab.com/interactive-dashboards-in-jupyter/

goatchurchprime avatar Feb 11 '18 10:02 goatchurchprime