/dashboard_python

Simple Python Shiny Dashboard using python.

Primary LanguagePython

Python Shiny Dashboard

Installation

To install pyshiny in conda enviroment, type

pip install pyshiny

Run Server

After installing pyshiny open command prompt and run the shiny application by command

shiny run dashboard.py

The Dashboard

Now the shiny server is running. Use the following URL to open dashboard in browser.

http://127.0.0.1:8000/

The dashboard is simply showing the dummy data.

Dashboard Interface