-
#### Description
#### Expected Behavior
Following the example at https://pydeck.gl/gallery/trips_layer.html, I tried to use .show() instead of Deck.to_html(), in order animate the trip. I am get…
-
Currently PyDeck has support for custom layers. See, for example, their [documentation here](https://deckgl.readthedocs.io/en/latest/custom_layers.html). This can be quite powerful since Deck.gl itsel…
-
fix in pydeck?
-
https://www.youtube.com/watch?v=tLeqCDKgEDU
https://github.com/andfanilo/social-media-tutorials/blob/master/20231116-st_assistants/streamlit_app.py
https://github.com/opengeos/streamlit-map-template
-
### Examples
- [ ] Full screen button (and deck.gl docs) buttons are below the code. Full screen button should be directly below the live example.
- [ ] deck.gl / pydeck attribution widget - This is…
-
#### Target Use case
Splitting parts of the visualization into separate Jupyter Widget models allow for deeper integration with other widgets. For example, if `LightSettings` is its own widget that…
-
Summary
My private mapbox map is not showing with pydeck=0.7 and pydeck=0.6.1
Code snippet:
```python
os.environ["MAPBOX_API_KEY"]='pk.eyJ1Ijoib2NlYW5k..................'
pcl = pdk.Layer("P…
-
I am running into an error in PyDeck when I try to update a layer's data when using binary_transport equal to True.
This error can be reproduced in the [`07 - Binary Transport`](https://github.com/…
-
### Target Use Case
I've passed numpy arrays to pydeck many times, often in the context of a PathLayer, and run into the object has no vars error. After recalling what this means, I go figure out whe…
-
Hi,
The line-layer demo: https://dash-gallery.plotly.host/dash-deck-explorer/line-layer
Hows far less data than the equivalent deck.gl demo. https://deck.gl/examples/line-layer/
Yet both lo…