Giter Club home page Giter Club logo

dash-tutorials's Introduction

Some easy dash apps

Each app can be used by running python app.py.

App 1

Simple dashboard with standard HTML layout and some inputs and outputs through callbacks interactions.

App 2

App with bootstrap layout syntax and a few more interactions (buttons, sliders, dropdown menu)

App 3

A main plot where you can select countries and the two axae. On the right, a scatter plot about a country you can hover on from the main plot, and a histogram for all countries selected in the main plot (selection happens by box selection or shift+click selection) across all years.

App 4

Works as in App 3 with an additional plot. This plot is a histogram of average life expectancy for either countries or continents. The two types of averages are calculated by a callback and stored in json format, so that you perform the calculations only once and do not need to do it all the time (useful for expensive calculations). To so this, you add the intermediate json values as inputs in the callback that produces the histogram, and you have another callback specifically triggering the calculations (for example by choosing country/continent on the dropdown, triggering those calculations which will be stored as json file).

dash-tutorials's People

Contributors

samuelesoraggi avatar

Watchers

 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.