holoviz-topics / examples

Visualization-focused examples of using HoloViz for specific topics
https://examples.holoviz.org
Creative Commons Attribution 4.0 International
82 stars 24 forks source link

Added project thumbnails and fixing warnings #194

Closed jlstevens closed 2 years ago

jlstevens commented 2 years ago

This PR will add explicit thumbnails to all projects so we can ditch the old thumbnailing code that causes conda solve issues.

In addition I will address some of the simpler issues with these projects (but not everything, especially issues relating to environment definitions and locks).

jlstevens commented 2 years ago

@jbednar That handles all the issues I can detect other than missing and stale locks and incorrectly defined package specs.

I'm not expecting the tests to pass: each project will need to be updated individually (i.e. a doc build) anyway. Please go ahead and merge if the changes look good to you!