Open goatchurchprime opened 7 years ago
Have made an attempt to put back into paste mode when you do %disconnect
Cannot yet get reliable disconnection and connection on the ESP32 (even when picoweb shows it should be good to serially connect)
It would be great to change the appearance depending on the connection status.
Closest description is here: https://github.com/jupyter/notebook/issues/1883
This is going to involve some form of outputting HTML through the display mechanism in some way https://github.com/ipython/ipython/blob/master/IPython/core/display.py
and changing the background colour of the kernel status bit using this: from IPython.core.display import HTML kk = HTML('')
Not necessary to print the following if it is recognized correct.
Hold the messages back for a second and parse them.