-
Hi guys,
Thanks for the amazing work. I don't want to double-up on the bug reports since tooltips are known to be broken for Pydeck in Streamlit, but this is related but separate. I am able to get …
-
### Problem
I'm heavily relying on streamlit and the last streamlit updates made it painful to use plotly.express.scattermapbox linked with st.radio to update scatter colors. Now I'm using pyDeck b…
-
### Description
I was surprised to find that v0.9 dropped support for two-way Jupyter bindings (i.e., ipywidgets) entirely (see https://github.com/visgl/deck.gl/pull/8854). There was also no mention …
-
I'm running a simple solara app, but keep seeing the Error
```
ERROR: nbextension pydeck/extension not found
2023-04-11 08:32:49,240 nbextension pydeck/extension not found
```
It's not st…
-
### Target Use Case
First, there is an issue with the jupyter-widget module in JupyterLab 3 (#5615).
Second, using a [prebuilt extension](https://jupyterlab.readthedocs.io/en/stable/extension/exte…
-
### Description
One of the unpinned dependencies in pydeck seems to be causing issues with the widget-specific tests. See #7784.
### Flavors
- [ ] React
- [X] Python/Jupyter notebook
- [ ] …
-
With the Interactive.html to go directly from a gdf to pydeck try:
```python
layer = pydeck.Layer(
'GeoJsonLayer',
data=gdf.geometry.__geo_interface__,
pickable=True,
)
```
-
It would be great if streamlit can support [pydeck custom tile layer](https://github.com/agressin/pydeck_myTileLayer). It will open many more opportunities. For example, accessing Google Earth Engine …
-
### Summary
Multiple pydeck charts on one page do not display correctly.
### Steps to reproduce
Code snippet:
[![Open in Streamlit Cloud](https://static.streamlit.io/badges/streamlit_badge…
-
#### Target Use case
Extending the support of JavaScript syntaxes that can be used in `pydeck.Layer`'s argument will help users simplify their code. Users don't need to make additional columns that…