COSIMA / cosima-cookbook

Framework for indexing and querying ocean-sea ice model output.
https://cosima-recipes.readthedocs.io/en/latest/
Apache License 2.0
58 stars 25 forks source link

Add ipywidgets as a dependency #227

Closed aidanheerdegen closed 3 years ago

aidanheerdegen commented 3 years ago

Closes #225

navidcy commented 3 years ago

perhaps a test that would fail if ipywidgets is not installed?

aidanheerdegen commented 3 years ago

It should fail as there are tests which use cosima_cookbook.explore elements. I could add an explicit import to make sure it is triggered I guess.

navidcy commented 3 years ago

I'll leave it up to you to decide.