dash-labs
dash-labs copied to clipboard
Work-in-progress technical previews of potential future Dash features.
## Multi Page Apps A better, easier way to make Multi-page apps with Dash ### Status #### :tada: Now available in dash 2.5.1! Convert your multi-page app from a dash-labs...
Currently app pages are added to the `dash.page_registry` when `dash.register_page` is called. This happens as modules are loaded from the `pages/` folder before the app starts. If you try to...
Hello everyone! Thanks for your awesome work on this! I have a request. Could we add a "Go to home" button, or some way to configure a clickable that returns...
As requested on the forum - see more info [in this post](https://community.plotly.com/t/introducing-dash-pages-a-dash-2-x-feature-preview/57775/117?u=annmariew)
My web apps are almost always multi-page with dozens to hundreds of input fields. I'm always setting all possible components to have persistence=True. Three things would be nice. 1) some...
Adds the new component `MarkdownAIO` See the [live demo](https://dashlabs.pythonanywhere.com/markdownaio/overview) `MarkdownAIO` is a Dash feature that allows you to write Dash Apps as Markdown files. Simply pass in a Markdown file...
When I import my Dash application as a module, to be dispatched by werkzeug DispatcherMiddleware, I get the following error: ``` Traceback (most recent call last): File "dashboards.py", line 5,...
Hi, I'm not sure if this is a Pages plugin issue or dcc.Store. I have a two page demo. One page accepts an email, the associated callback outputs the email...