Skip to content

stocksdashboard/stocks_dashboard_bokeh

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages