Skip to content

Instantly share code, notes, and snippets.

@xhluca
Last active July 31, 2018 16:56
Show Gist options
  • Save xhluca/924f917a3125cf6bb3dcc347ec58083e to your computer and use it in GitHub Desktop.
Save xhluca/924f917a3125cf6bb3dcc347ec58083e to your computer and use it in GitHub Desktop.

App Name

This is a demo of the Dash interactive Python framework developed by Plotly.

Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code. To learn more check out our documentation.

Try out the [demo app here](link to the demo app).

animated1

Getting Started

Using the demo

Explain how to use the demo version of the app

Running the app locally

First create a virtual environment with conda or venv inside a temp folder, then activate it.

virtualenv <name of the venv>

# Windows
<name of the venv>\Scripts\activate
# Or Linux
source venv/bin/activate

Clone the git repo, then install the requirements with pip

git clone <link to repo>
cd <name of repo>
pip install -r requirements.txt

Run the app

python app.py

About the app

Explain the underlying concepts about the app, why you made it.

Built With

  • Dash - Main server and interactive components
  • Plotly Python - Used to create the interactive plots

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment