Show and Tell - Community Thread 🎉

Really impressive “Large File Upload” component: Show And Tell -- Dash Resumable Upload

Supports 1GB file uploads directly to the server (instead of keeping the data in memory) + uploads are resumable.

3 Likes

Incredible app by @lucapinello at Massachusetts General Hospital’s Pinello Lab

2 Likes

Thanks for sharing it!

1 Like

Dash Grid Generator - A library that makes it easier to build dashboard-style grid layouts

Example layout:
image

1 Like

Youtube Audio App - Searches through closed captions of a YouTube video and displays a time-based histogram with the frequency of those words. So cool!
Here’s an example with the famous “Yes We Can” speech, searching the mode “yes”

3 Likes

Very impressive collection of Dash apps by @eliasdabbas - https://www.dashboardom.com/

Community thread: Dash App of Apps (Show and Tell)


image

1 Like

Ski Jump Design Tool!

A ski jump design tool for equivalent fall height. Includes a library for 2D skiing simulations and a graphical web application for designing ski jumps.

2 Likes

Dash Wrapper around pyLDAvis: https://github.com/antisrdy/pyldavis_dash, PyLDAvis Component

2 Likes

dj-plotly-dash - Plotly Dash fork for Django
dash-flexbox-grid - Wrapper around react-flexbox-grid for Plotly Dash

1 Like

Really cool statistical blog written entirely in Dash :sparkles:

Community Thread: Making Statistical Blogs
image
image

1 Like

Blockchain Digital Good Auction App: Show and Tell - Blockchain Digital Good Auctions. Really nice use of interactive elements non-default graph configurations (log x-axis, nice horizontal legend)

//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/business7/uploads/plot/original/2X/9/9d3288319b541ae0566f85f6d8d98ba94f0a65ab.gif

2 Likes

Really incredible image processing app: Show and Tell - Dash Image Processing App with Pillow, S3 and Redis

//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/business7/uploads/plot/original/2X/4/4049377f955ef30a3fdda67cc329a096bb470020.gif

2 Likes

Very extensive “College Scorecard App”: Show and tell - viewing CollegeScoreCard data


1 Like

Added small sample on our lab repo: SHAP Dash! Explanations on Dash
(binder available, just click the link to start jupyter fully configured and ready to run)

Binder

https://github.com/DevScope/ai-lab

2 Likes

Very cool app to compare the history of growth of online wiki communities. Excellent use of a sidebar, tabs, and full-page-height checklists:

Community discussion here: Show and Tell - WikiChron

1 Like

Still working on the MandelBulb but I thought I’d share the MandelBrot zoom:

2 Likes

Today I’m excited to show and tell Dash DataTable :tada:

This a complete rewrite of the dash-table-experiments project. We’ve been working on the new version of the DataTable for over 7 months and we’ve written it completely from scratch in React.

image

:point_right: Community Thread: Introducing Dash DataTable 🎉
:point_right: Documentation: https://dash.plot.ly/datatable
:point_right: GitHub: https://github.com/plotly/dash-table

2 Likes

I’ve been looking forward to that!

Here’s my first attempt at a DataTable simple app :slight_smile:

Get what’s trending on Twitter for all available locations

  • Tweet volume
  • Sort by location, rank, country, time
  • Filter
  • Supports multiple locations at the same time
  • Export table
  • Powered by the brand new Dash DataTable!

Repo: https://github.com/eliasdabbas/trending-twitter

Some ideas about styling: DataTable (Alpha) - Styling

4 Likes

3 posts were merged into an existing topic: DataTable (Alpha) - Styling