Azaya

Results 123 comments of Azaya

> Not sure this was discussed already but did you consider using the `template` project? https://github.com/holoviz-topics/examples/tree/main/template It's meant to be used as a project contributors should copy/start from. There's special...

About 3 cells are failing execution and I don't know why considering that building the docs via `doit doc one` works well and the notebook runs well locally as well....

So it appears that the same 3 cells that used to fail the tests (which are now being passed) are now failing the build :(

Finally got the CI to work. The solution was to use the `cytoscape` engine while also having both `graphviz` and `ipycytoscape` installed in the environment. @maximlt

> The link in the first paragraph `[the Puget Sound Lidar consortium](http://pugetsoundlidar.ess.washington.edu/)` points to a somewhat strange page. Replacing `http` with `https` (https://pugetsoundlidar.ess.washington.edu/) leads to a better site. It would...

Thank for this @maximlt

Thanks. I also noticed that trying it using holoviews code however, emits a warning. Maybe the same warning could be implemented in hvPlot? ```python import datashader as ds import holoviews...

> However, I agree that it's not ideal to have to know the difference/experiment between color/color_key/cmap (from my understanding, `color_key` if `datashade`, `cmap` if `c` or `rasterize` or raster types,...

> I'd find great if we could work on referencing/documenting: > > * all the supported use cases and usage of `color` (`c`), `cmap` and `color_key` > * semantical definitions...

I can reproduce this, and possibly tackle it but I have to ask: what is the intention here? Is it to remove the `_color` field entirely from the hover options...