examples
examples copied to clipboard
Visualization-focused examples of using HoloViz for specific topics
In the version of OSM in #167, running the second cell of the osm-1billion notebook gives the following error: `ValueError: A spatialpandas GeoDataFrame must contain at least one spatialpandas GeometryArray...
In #167, when running the Image_Classification notebook, the line `da = cat.UCMerced_LandUse_all().to_dask()` in the third cell produces the following error: Error TypeError Traceback (most recent call last) in ~/development/examples/landuse_classification/envs/default/lib/python3.7/site-packages/intake_xarray/base.py in...
In #167, I updated the IEX project and all notebooks except IEX_stocks are working. The issue I ran into was that in the original notebook, the code def xrange_filter(spikes, x_range):...
The existing format used in the anaconda-project yamls was designed to work as an environment yaml as well as a project specification. Unfortunately, this format no longer works properly with...
Using the monitoring dashboard, the following deployments seem to have memory leaks: **Voila example** **Attractors** **Glaciers**
I think originally https://github.com/pyviz-topics/EarthSim/blob/master/examples/topics/GrabCut.ipynb relied on some custom code for grabbing an ROI on a tile source as an image, but if I recall correctly there is now a good...
Each of the examples on this site was created by a particular person at a particular time, and there is no expectation that the site maintainers will be updating those...
As an exercise in our new [hvPlot-centric approach to using our tools](https://github.com/holoviz/hvplot/issues/533), I've updated attractors.ipynb to use hvplot and Panel instead of hv and DynamicMap. The goal isn't necessarily to...
On the main page for https://examples.pyviz.org/, there is a line directing the user to the user guide which explains how to use anaconda project for all the examples, but that...
Updated the nyc_taxi example: - Updated to current versions of HoloViz tools - Fixed https://github.com/pyviz-topics/examples/issues/144 ; needed updating to match changes in HoloViews datashader support - Switched away from broken...