Skip to content

ashmpace/dash-docs

This branch is 486 commits ahead of radovankavicky/dash-docs:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 8, 2018
Sep 4, 2018
Sep 24, 2018
Sep 20, 2018
Aug 20, 2018
Sep 4, 2018
Sep 26, 2018
Jan 8, 2018
Feb 1, 2018
Sep 4, 2018
Sep 17, 2018
Mar 6, 2017
Mar 9, 2018
Mar 2, 2018
Sep 24, 2018
Sep 4, 2018
Sep 4, 2017
Sep 4, 2018

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. gunicorn run:server
  3. open http://127.0.0.1:8000 in your browser

on Windows systems waitress can be a replacement for gunicorn 3. pip install waitress 4. waitress-serve --listen=*:8000 run:server 5. open http://127.0.0.1:8000 in your browser

Contributing

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

Changes to master will get deployed automatically.

About

📖 The Official Dash Userguide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • CSS 3.2%
  • JavaScript 0.3%