Share Your App - Explore Page - July 2024

Thank you for your interest in submitting your Dash app to the Plotly Explore Page platform, visited by thousands of Dash users daily.

Current submissions cycle will go until July 31, 2024.

To submit your app, please reply to this thread directly.

Please refer to the following suggestions when building and submitting your app. The more suggestions your app adheres to, the more likely it is to be added to the Explore Page.

  • Apps in the following categories are encouraged: Energy & Utilities, Business, Predictive Analytics & Forecasting, NLP, Connecting to APIs
  • App should look as good or better than the current apps on the platform
  • App should use different data than the other apps and try to cover a unique story
  • Content/story should be neutral or positive
  • App with live data that updates itself is encouraged
  • App that goes beyond exploratory analysis – app that perform advanced analytics
  • App that uses 3rd-party libraries (e.g., SciPy, spaCy, TensorFlow, Scikit-learn)
  • App that solves real-life problems, app that could have practical use cases
  • App content and results should be easy to access (we discourage requiring log-ins or uploading data as a precursor to seeing the full app).

The Plotly Example Apps team will review the apps submitted and update this post with the names of the apps that have been selected.

Happy Dash app building!

Hi everyone,

I’ve been using Dash for a few years now and I have to say that I love it! I want, on the one hand, to give back to the Plotly community and, on the other hand, to show the world how great Dash’s capabilities are when it comes to creating analytical web applications that help solve real business problems.

This project is, on the one hand, a fully working web application for analyzing and optimizing the cost of operating a power system and, on the other hand, an extensive tutorial in two powerful Python libraries: Dash and pyomo (numerical optimization).

In this application, electricity production costs are minimized to provide a given daily demand profile. You can add, delete or modify (CRUD operations) the parameters of individual unit types: utility power plants (coal, gas and nuclear), battery storage, renewables (wind and photovoltaic farms) and demand sources. You can then run an optimizing model and check the (optimal) daily cost of electricity production and the energy production profile of each unit, ranked on the chart according to their variable generation costs.

As for the Dash (and pyomo) tutorial, I make it available as successive releases in the GitHub project repository. Each release is a coverage (with description) of another functionality from these libraries - in this tutorial I go from a minimal Hello World type app up to showing how to host such a fully feature app, which also uses a publicly available solver, using Docker. Hence the tutorial includes examples of using (as far as Dash is concerned):

  • the most important Dash basics: initializing a simple Dash app, callbacks (input, output and state) along with chaining them, using a store, creating and styling a figure
  • dash-bootstrap-components library, including: using components, themes and icons from this library and also creating a responsive grid layout
  • custom styling with topography.css file
  • interactive map: clicking on a given point opens a modal for editing or deleting a given point (source of supply or demand) and selecting an area opens a modal for adding a new point
  • AG-Grid table with conditional formatting
  • Patch Class for modificating a plot
  • error handling with PreventUpdate and no_update together with immediate verification of the value entered by the user
  • fading push alerts after user actions
  • dash_daq library for changing application colors
  • Dash Pages for creating a Multi Page App along with a custom 404 error page and navigation bar
  • waitress library for deploying a Dash app
  • Docker for containerizing a Dash app

Each of these functionalities make up the final version of the app, which you can pull from DockerHub project repository and run on your own machine.

I would be more than happy if the Plotly community gave me feedback on this project!

2 Likes

Cool project, just a suggestion with no context took me a while to figure out I was suppose to click the Generate results button in the configuration panel… maybe move it or change the color. My suggestion is a success color in the right corner of the Unit commitment results

1 Like

I just experienced the same thing as @PipInstallPython before reading his message. It took me a while to find and figure out that I need to click the Generate Results button. And this is a central feature of the dashboard. I recommend moving it to a more front-and-center place in the dashboard, and maybe giving it a color so it’s clearer that it’s a button.

Other than that, the app is great, informative and easy to use. I love the shadows you put behind each card.

Thank you @ludwik2dev for your plan to make these tutorials. I’m sure they will help many Dash users. It’s the perect way to give back to the community. I look forward to reading the first one :smiley: