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
{{ message }}
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
I've noticed that a few of the samples display copious warning messages. To make matters worse, on IPython 2.0 at least, the notebook shows a duplicate copy of each warning message. It's quite noisy.
On the one hand, some of the warnings are helpful to see--when users go off on their own they'll know that those are supposed to be there, and some of them are informative. On other cases I think they're far too noisy.
Should we consider disabling warnings at the beginning of each notebook? Or at least show how to do it?
I've noticed that a few of the samples display copious warning messages. To make matters worse, on IPython 2.0 at least, the notebook shows a duplicate copy of each warning message. It's quite noisy.
On the one hand, some of the warnings are helpful to see--when users go off on their own they'll know that those are supposed to be there, and some of them are informative. On other cases I think they're far too noisy.
Should we consider disabling warnings at the beginning of each notebook? Or at least show how to do it?