Skip to content

plotly/dash-deck-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash Deck Explorer

Click here for demo

This is the companion explorer app for the dash-deck library. For more information, see the repo.

Instructions

To get started, first clone this repo:

git clone https://github.com/plotly/dash-deck-explorer.git
cd deck-explorer

Create and activate a conda env:

conda create -n deck-explorer python=3.7.6
conda activate deck-explorer

Or a venv (make sure your python3 is 3.6+):

python3 -m venv venv
source venv/bin/activate  # for Windows, use venv\Scripts\activate.bat

Install all the requirements:

pip install -r requirements.txt

You can now run the app:

python app.py

and visit http://127.0.0.1:8050/.

Contact

Interested in building or deploying apps like this? Reach out or get a demo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published