dash-labs icon indicating copy to clipboard operation
dash-labs copied to clipboard

Work-in-progress technical previews of potential future Dash features.

Results 23 dash-labs issues
Sort by recently updated
recently updated
newest added

As reported on the forum, the `pages/` plug-in [does not handle a customized index_string](https://community.plotly.com/t/introducing-dash-pages-a-dash-2-x-feature-preview/57775/103?u=annmariew)

I define my dash app instance in *app.py*: ``` server = flask.Flask(__name__) app = Dash(__name__, plugins=[dl.plugins.pages], external_stylesheets=external_stylesheets, external_scripts=external_scripts, server=server) ``` By default the pages plug-in iterates over the modules in...

Create Integration tests and Unit tests prior to adding the `pages` plugin to Dash

A common challenge when making multi-page apps is ensuring that IDs are unique in the entire app. Perhaps there is a way to handle this within the `pages/` api, for...

A React app that is SEO-friendly out of the box would be a big deal, especially with support for multi-page apps and URLs. The main [code that converts the layout...

Create a cookiecutter project for developing multi-page apps. As suggested by [@curvball on the forum]( https://community.plotly.com/t/introducing-dash-pages-a-dash-2-1-feature-preview/57775/18?u=annmariew)

Here is the documentation for the Multi Page Apps: - [08-MultiPageDashApp.md](https://github.com/plotly/dash-labs/blob/main/docs/08-MultiPageDashApp.md) - [09-MultiPageDashAppExamples.md](https://github.com/plotly/dash-labs/blob/main/docs/09-MultiPageDashAppExamples.md) We welcome all pull requests to help improve the documentation, even as minor as fixing a typo...

For number based text input, there are up and down arrows allowing user to click and change the value in the input. However, when it is a constrained number with...

Hey, I am a bit confused on how to properly chain callbacks so that I would be able to access the values of an element outside the original input callback....

These new dash features look great, and are similar so something we need for our project. Essentially, we are running plots with multiple controllable parameters where a single parameter tweak...