Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nickyongzhang/dash-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash Userguide

The Dash Userguide: everything that you need to know to be productive with Dash.

The Dash Userguide is hosted online at: https://plot.ly/dash.

Running an app locally

To run an app locally:

  1. (optional) create and activate new virtualenv or conda env (Python 2.7):
pip install virtualenv
virtualenv venv 
source venv/bin/activate

or, with conda:

conda create --yes -n dash_docs python=2.7
source activate dash_docs
  1. pip install -r requirements.txt
  2. python tutorial/run.py
  3. open http://127.0.0.1:8050/dash/ in your browser

Contributing

PRs accepted! The Dash user guide is itself a Dash app. Each file tutorial represents a "chapter" of the docs.

Changes to master will get deployed automatically.

About

📖 The Official Dash Userguide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • CSS 6.7%