A package to build Stocks Dashboards in Bokeh


Keywords
bokeh, stocks, dashboard
License
Other
Install
pip install stocksdashboard==0.40.dev0

Documentation

build status

Stocks Dashboard in Bokeh

stocks_dashboard_bokeh builds a dashboard of stocks using the python library bokeh.

You need Python 3.6 or later to run stocksdhasboard.

Preview of StocksDashboard

To create a clean virtual environment on Mac OSX:

virtualenv --no-site-packages -p python3 venv

To install the dependencies:

pip install -r requirements.txt

To run bokeh server:

bokeh serve --show sdb/main.py

Resources