Giter Club home page Giter Club logo

dash-docs's Introduction

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 tutorial.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 tutorial.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.

dash-docs's People

Contributors

alishobeiri avatar amadoukane96 avatar bcdunbar avatar bpostlethwaite avatar bronsolo avatar cforelle avatar charleyferrari avatar chriddyp avatar cldougl avatar coding-with-adam avatar delirious-lettuce avatar erkandem avatar jackluo avatar jackparmer avatar jamiehouston avatar jbampton avatar jtpio avatar ksnt avatar kully avatar lebigot avatar ned2 avatar nicolaskruchten avatar p16i avatar t4rk1n avatar tahirinadia avatar taspotts avatar valentijnnieman avatar volodymyrk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.