Skip to content

pmreyes2/bokeh_tutorial

Repository files navigation

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

About

Examples of interactive plotting using bokeh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published