-
I saw this tweet https://twitter.com/WoottonDylan/status/1603799316270718977?s=20&t=TA76W5lTMJvZmfPbEXfTMA.
This can be reproduced in altair with:
```python
import altair as alt
from vega_datase…
-
Using python 3.10 on Windows and Ubuntu 22.04 I get the error:
```ModuleNotFoundError: No module named 'altair.vegalite.v4'```
I was able to resolve this by manually running
```pip install al…
-
Does shiny support reactivity/events from making a selection in an interactive chart such as Altair, Plotly, Bokeh, etc? I can't seem to find any examples of this; the closest is the page on "Reacting…
-
As per https://stackoverflow.com/questions/73476232/altair-disable-the-open-in-vega-editor-option-in-a-colab-jupyter-notebook I only see a mention in the changelog https://altair-viz.github.io/search.…
-
### Describe the bug
Hello,
Message "Notebook saved" is annoying.
![Image](https://github.com/user-attachments/assets/aa2f98da-90b0-417c-b62a-d0d3329f08b4)
It hides the "Run button" maybe it shoul…
-
# Describe the bug
When a wide figure is plotted with Altair, in the "editor" mode it gets correctly visualized with the possibility of horizontal scrolling, but this does not happens in the "app" mo…
-
### Describe the bug
I built prysmctl with `minimal` build tag to test generating private net genesis.
```sh
go build -tags minimal -o prysmctl ./cmd/prysmctl
```
but the following command fa…
0xys updated
4 months ago
-
Unable to receive email into the inbox. Im using the below command `sendemail -xu 76158d001@smtp-brevo.com -xp pGmI8F9S6Bc3d7WB -S smtp-relay.brevo.com:587 -f noreply@altair.com -t rk3301@gmail.com -u…
-
Your PyLondinium slides and https://github.com/altair-viz/altair/issues/1564 mention both Altair and Voila: did you have Altair charts rendering in Voila?
If I use
`alt.renderers.enable('notebook'…
-
I'm trying to install altair, a visualization library that is intended to be used with jupyterlab (successor of jupyter notebook). My installation fails at the last step, which is installing the vega3…