examples icon indicating copy to clipboard operation
examples copied to clipboard

Visualization-focused examples of using HoloViz for specific topics

Results 110 examples issues
Sort by recently updated
recently updated
newest added

In https://examples.pyviz.org/datashader_dashboard/dashboard.html if I hit the download button at the top I obtain files in https://examples.pyviz.org/assets/datashader_dashboard.zip which are out of sync from https://github.com/pyviz-topics/examples/blob/master/datashader_dashboard/anaconda-project.yml.

Getting `AttributeError: 'ParquetFile' object has no attribute 'fmd'` ``` examples/datashader_dashboard on  master via 🅒 datashader_dashboard ❯ panel serve --show dashboard.ipynb 2022-09-21 00:03:33,892 Starting Bokeh server version 2.4.3 (running on...

The files on https://examples.pyviz.org/attractors/attractors_panel.html redirect to page not found ![image](https://user-images.githubusercontent.com/19758978/187228003-85792caa-9e38-49e3-a598-b1f29942d2fc.png)

Fix for the issue described in https://github.com/Anaconda-Platform/anaconda-project/pull/387 and https://github.com/Anaconda-Platform/anaconda-project/issues/388. In short: * The `defaults` channel was implicitly picked up from the `.condarc` * `nodefaults` was ignored by anaconda-project (though it...

Building an example for the site can prove to be difficult, even if the project environment is locked. This happens because at the project build step some extra dependencies are...

enhancement

`.github/actions/build_one/action.yml` is a composite action that can be re-used by other actions. It is meant to be used by the *build* workflow that is executed with `build:` is found in...

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...

This PR adds the GrabCut example taken from [Earthsim's topics](https://earthsim.holoviz.org/topics/GrabCut.html). While the original example relied on the `earthsim` library, this example relies on the module `earthsim.py` that sits next to...