Skip to content

Latest commit

 

History

History
 
 

dash-multipage-report

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dash-multipage-report

Multipage Report

About this app

This app allows you to prepare a multipgage report with interactive and graphs tables. This may be used for monthly, quarterly, or yearly reports

Requirements

  • Python 3

How to run this app

To run first create a virtual environment for running this app with Python 3. Clone this repository and open your terminal/command prompt in the root folder.

git clone https://github.com/plotly/dash-sample-apps
cd dash-sample-apps/apps/dash-multipage-report
python3 -m virtualenv venv

In Unix system:

source venv/bin/activate

In Windows:

venv\Scripts\activate

Install all required packages by running:

pip install -r requirements.txt

Run this app locally with:

python app.py

Screenshot

screenshot

Resources