Examples of interactive plotting using 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
To start the bokeh server:
$ bokeh serve bokeh_app_01.py --port 5111
If no port specified, the default is 5006