traitlets
traitlets copied to clipboard
breaking change: __all__ limits what is exported
due to https://github.com/ipython/traitlets/pull/817 (from traitlets >=5.8) we dont export observe
anymore, previously we could do
from traitlets import *
and have observe available.
I know it's not good practice, but it is a breaking change.