Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 501 Bytes

Macroeconomic Outlook dashboard

This is a work in progress.

This is a port of the Macroeconomic Outlook presentation as a web dashboard using Streamlit.

Installation

Create a virtualenv and install the dependencies:

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.lock

Usage

streamlit run src/macroeconomic_outlook_dashboard/dashboard.py