goatchurchprime / jupyter_micropython_kernel

Jupyter kernel to interact with a MicroPython/ESP8266 over the serial REPL
BSD 3-Clause "New" or "Revised" License
149 stars 33 forks source link

Find some way to send output to generate a matplotlib graph #21

Open goatchurchprime opened 6 years ago

goatchurchprime commented 6 years ago

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 commented 6 years ago

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