To get started with Bokeh 2.3.3, you'll need to have Python installed on your system. You can install Bokeh using pip:
July 9, 2021 Type: Patch Release Previous Version: 2.3.2 Next Version: 2.3.4
p1 = figure(title="Sine Wave", height=300, width=400) p1.line('x', 'y', source=source, line_width=2, color="blue")
