Gallery examples that use altair.expr module
See original GitHub issueI see the “Decision: remove expr module” in #459
But many of the examples in the gallery include
from altair.expr import datum
So each of those examples yields a ModuleNotFoundError
For instance:
- https://altair-viz.github.io/gallery/aggregate_bar_chart.html
- https://altair-viz.github.io/gallery/grouped_bar_chart.html
- https://altair-viz.github.io/gallery/horizon_graph.html
- https://altair-viz.github.io/gallery/layered_bar_chart.html
- https://altair-viz.github.io/gallery/layered_heatmap_text.html
- https://altair-viz.github.io/gallery/line_percent.html
- https://altair-viz.github.io/gallery/trellis_area.html
- https://altair-viz.github.io/gallery/one_dot_per_zipcode.html etc.
Hopefully these examples can be updated so that they function.
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Example Gallery — Altair 4.2.0 documentation
This gallery contains a selection of examples of the plots Altair can create. ... Many draw upon sample datasets compiled by the Vega...
Read more >Boost your Data Viz Productivity. Using Altair to create ...
Using Altair to create stunning visualization quickly ... For example, you can create the selection by using the module selection in altair.
Read more >Module 12: Maps - | notebook.community
A gallery of the most interesting jupyter notebooks online.
Read more >Altair Product Showcase
State-of-the art Private cloud HPC appliance offering unlimited use of all Altair software. Play Product Video. Altair Unlimited Data Analytics. Private ...
Read more >altair.pdf
Description Interface to 'Altair' <https://altair-viz.github.io>, ... To use image functions for MacOS: X11 ... expression that generates a vegawidget.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the best option is to point people to Colab, now that it’s working. There are just too many variables in play with JupyterLab/Jupyter notebook + jupyter extensions/ipyvega + conda envs/pip envs + exact versions needed + confusion about installation and execution paths.
That could be helpful.