James A. Bednar
James A. Bednar
The main fix is in https://github.com/pyviz-topics/examples/commit/970d0f8b9eeeb901ef761ccb94810891adb3d535 , where somehow a "2" in my original project https://anaconda.org/jbednar/project/attractors became a "-11", which is not a valid value for a Hopalong attractor. Also...
Updated nyc_buildings to use higher res, have a dashboard, and explain more. At least on my Mac Retina display, the default PlotSize.scale made the output much blockier than it needed...
A project in this repo consists of a directory at the top level containing various notebooks along with an anaconda-project.yml file that specifies the environment plus possibly multiple commands (e.g....
It's all kinds of messed up: - [ ] Way too much whitespace - [ ] Why two thumbnails on one row, then another on a new row?? Shouldn't they...
Deployments from this repository are running on an AE5 instance using Kubernetes and are monitored by a variety of means: 1. Kubernetes monitors each deployment automatically, restarting it if it...
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...
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...
In https://examples.pyviz.org/opensky there are various warnings that indicate that some library versions need to be updated or pinned, plus a couple of plots where the datashaded content does not appear:...