-
I think quite some people are not happy with the standard `dcc.Upload` component as it simply does not work with large files and causes the entire app to crash.
You component looks very robust now an…
-
Changing the plot `layout.mapbox.style`, with a `layout.mapbox.layers` set, causes the errors:
```
Error: The layer 'plotly-layout-layer-dce5c9-mapbox-0' does not exist in the map's style and cann…
-
statsmodels is being used by plotly express (for instance for px.scatter with linear regression trend, with parameter trendline="ols")
Example: I've develop a test application in Dash that you can…
-
cc @plotly/dash
This was uncovered in the dash community: https://community.plot.ly/t/remove-show-figure-modebar-programatically/12254
I can't see any reason why config wouldn't update like any…
-
We could try using [gr-bokehgui](https://github.com/gnuradio/gr-bokehgui/); not sure how hard that would be to set up given our classroom software constraints.
Plotly / Dash is another option.
-
**Describe your context**
Plotly 5.11.0
Dash 2.7.0
Python 3.10
Dockerfile:
```
FROM debian:bullseye
RUN apt update && apt install -y --no-install-recommends python3 python3-pip
RUN pip ins…
-
Hello,
I need use multiple callback outputs, but I get the error:
raise NotImplementedError("django-plotly-dash cannot handle multiple callback outputs at present")
NotImplementedError: django…
-
- [x] Базовый синтаксис
- [ ] NumPy
- [ ] Pandas
- [ ] Matplotlib
- [ ] Seaborn
- [ ] Scikit-learn
- [ ] TensorFlow
- [ ] PyTorch
- [ ] Dash
- [ ] StatModels
- [ ] Plotly
-
i have used dependency_injector and injecting DynamicContainer. It is working fine on local machine or if i run it with
python3 wsgi.py on ubuntu machine.
But when running it with nginx on ubuntu…
-
This is _somewhat_ of a duplicate of #960 and #1437 but slightly more hopeful :)
The `x` and `y` arguments of the `nodes` dict do successfully control node location, _however_ -- it appears that both…