bokeh

Create interactive visualizations and web applications in Python

pipmacoslinuxwindows
Try with needOr install directly

About

Interactive plots and applications in the browser from Python

Commands

bokeh

Examples

Start a Bokeh development server for a Python application$ bokeh serve myapp.py
Generate static HTML from a Bokeh plot script$ bokeh info
Launch Bokeh server with multiple files and custom port$ bokeh serve --port 5000 plot1.py plot2.py