An open API service indexing awesome lists of open source software.

https://github.com/leiberbertel/financial_dashboard_dash

Financial dashboard with ability to configure data visualization using Plotly Dash in Python with a deep focus on data loading, filtering and visualization.
https://github.com/leiberbertel/financial_dashboard_dash

css3 dash dashboard html5 pandas plotly python

Last synced: 3 months ago
JSON representation

Financial dashboard with ability to configure data visualization using Plotly Dash in Python with a deep focus on data loading, filtering and visualization.

Awesome Lists containing this project

README

        

# Interactive financial dashboard

### This application has the ability to configure data visualization using Plotly Dash in Python with a deep focus on data loading, filtering and visualization.
> Use the i18n module, which allows the internationalization of the content; translate the content to a specific language according to the file you save in the /locale folder with your translation. Preferably the file should have the extension .yml

## Install dependencies on your machine
We move to the `environment` folder and there we execute the following command

```shell
pip install -r requirements.txt
```
## Running the application

Execute the following commands and open the web address of the local host chosen by Dash.

```shell
python ./main.py
```

An example of the expected terminal messages is shown below:

```shell
Dash is running on http://127.0.0.1:8050/

* Serving Flask app 'app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
```