Chris Parmer
Chris Parmer
- [x] Just added [app.get_relative_path to the new reference page](https://dash.plotly.com/reference)
Thanks for the feedback @JonathanChiang ! Sounds like we should clean up some of our language, as the boilerplate is now the same as the cookiecutter 😕 . > couldn't...
- [ ] Mention that most html components aren't used but mention the common ones. See some copy here: https://github.com/plotly/dash-workshop/blob/123e2cce4203cb5142177edd293b4ad1e0d67293/chapters/layout/layout_index.py#L58-L67 and an example here: https://github.com/plotly/dash-workshop/blob/master/chapters/layout/examples/basic-html.py - [ ] Also mention...
mention that it's done mainly to prevent flickering on fast updates. the delay shouldn't be any longer than 0.5 or 1 second, otherwise the app will feel slow.
Same thing for dcc.Textarea
Also add a test that makes sure that the meta descriptions are shorter than 160 characters.
Update https://community.plotly.com/t/datatable-column-clickalbe-to-link-to-url/14680/10 when this is done
Let's say the limitations are more like 5-10MB rather than 100MB. 100MB is a lot of data to transfer of the network. I would expand the first paragraph to include...
Also let's deploy a simple example using `dash-uploader` to dash enterprise just to make sure that it works
Most examples already run offline at boot. We do a dynamic find-and-replace to change the remote URL to the local URL so that we don't load any external resources. This...