11. Controlling Arduino with widgets¶
[1]:
import time
import serial
import serial.tools.list_ports
import bokeh.models
import bokeh.io
notebook_url = "localhost:8888"
bokeh.io.output_notebook()
import panel as pn
pn.extension()
[1]:
import time
import serial
import serial.tools.list_ports
import bokeh.models
import bokeh.io
notebook_url = "localhost:8888"
bokeh.io.output_notebook()
import panel as pn
pn.extension()