Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 373 Bytes

File metadata and controls

23 lines (13 loc) · 373 Bytes

bokeh_tutorial

Examples of interactive plotting using bokeh

Install bokeh

Read: https://bokeh.pydata.org/en/latest/docs/installation.html

If you are fealing lucky:

$ pip install bokeh

If using conda:

$ conda install bokeh

Usage

To start the bokeh server:

$ bokeh serve bokeh_app_01.py --port 5111

If no port specified, the default is 5006