You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing forcings, parameter sets or models in a notebook, you get something like ParameterSet(name='wflow_testcase'....
It would be nice to display these objects in a nicer way, for example if a forcing includes a shape file we could show that graphically.
I've also been using rich lately, I think it has some nice options to make default prints look better. But I agree that having fancy notebook display functions would be cool as well!
When printing forcings, parameter sets or models in a notebook, you get something like
ParameterSet(name='wflow_testcase'...
.It would be nice to display these objects in a nicer way, for example if a forcing includes a shape file we could show that graphically.
See https://ipython.readthedocs.io/en/stable/config/integrating.html#rich-display
The text was updated successfully, but these errors were encountered: