Python Forum

Full Version: How to create dashbord
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have below data:

Date           v1     v2     v3
2019-06-01     0.2    1      3.0
2019-06-02     1.3    0.7    1.9
2019-06-04     8      1.3    10.2
I want to create a dashboard with threes tabs (Tab1: v1, Tab2:v2, Tab3:v3)with two sub-icons (1. Bar chart, 2. Scatter plot).
secondly: Select date range after selecting the tabs and sun-icon.
Show us what you have tried so far and where you need specific help.
My apologies that I never use it, I am trying to find on the internet, but could not get yet.
I guess you mean dashboard with Jupyter Notebook?
Look at Jupyter Dashboards Layout Extension.