-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Documentation request: Shiny like dashboard #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the feedback @iainmwallace ! Uploading CSV isn't possible yet. The rest of the items are covered in the existing gallery (https://plot.ly/dash/gallery) and in the two sections of the docs: https://plot.ly/dash/getting-started and https://plot.ly/dash/gettting-started-part-2. |
Thanks for the quick reply. The gallery looks very impressive. To clarify, from my non-python background, it isn't clear to me
Thanks again, Iain |
This is possible through custom CSS and using
Dash doesn't have a rich Table component yet. We will soon. In the meantime, you can just render data from a datafrom using an HTML table as in https://plot.ly/dash/getting-started.
This isn't available yet. Feel free to make a separate issue if this is a component that you would like to see! |
Great, thanks! I have created a couple of component requests :) |
I'm currently building a dashboard with dash using Bootstrap to lay the page out by simply passing Bootstrap class names to the HTML constructors in the layout. This approach is working quite successfully so far. |
I'll close this one for now - it looks like it's been broken out into the necessary sub-issues |
Hi,
This looks like an incredible package!
Coming from the R/Shiny world, I would love if there was a tutorial for dash that showed how to create a dashboard similar to the shiny dashboard examples (https://rstudio.github.io/shinydashboard/examples.html)
For example, a simple app that showed the following 6 boxes would be incredibly useful
Box 1 - Markdown summary of app
Box 2 - upload a csv file
Box 3 - display contents of file in a DT table
Box 4 - display graph of table
Box 5 - display only rows of table that correspond to selection in graph
Box 6 - download csv file corresponding to table in box 4
Thanks
Iain
The text was updated successfully, but these errors were encountered: