Executing this snippet
%pylab inline
from mayavi import mlab as ml
as the very 1st in an ipython notebook produces this:
WARNING:traits.has_traits:DEPRECATED: traits.has_traits.wrapped_class, 'the 'implements' class advisor has been deprecated. Use the 'provides' class decorator.
This occurred after an upgrade of my systems IPython from a 1.x version to a 2.x version.
IPython 2.2.0
ETS fresh pull & compile as of Sun Sep 21 10:06:27 CEST 2014
Comments / suggestions / help would be most welcome.
xaverm
Executing this snippet
as the very 1st in an
ipython notebookproduces this:WARNING:traits.has_traits:DEPRECATED: traits.has_traits.wrapped_class, 'the 'implements' class advisor has been deprecated. Use the 'provides' class decorator.This occurred after an upgrade of my systems IPython from a 1.x version to a 2.x version.
IPython 2.2.0
ETS fresh pull & compile as of Sun Sep 21 10:06:27 CEST 2014
Comments / suggestions / help would be most welcome.
xaverm