ETS should be configured to use the `null` toolkit as in https://github.com/nipy/nipype/blob/master/nipype/algorithms/mesh.py#L77. However this results in a `ValueError` if it is already set (which is very common with ipython). I think this setting should be done at the very beginning when importing nipype, isn't it?