bruges
bruges copied to clipboard
Modules and functions appear twice in tab-complete
Something to do with __init__.py files maybe?

I think this is because ipython 'sees' both the actual layout of modules (folders and files) and the 'virtual' layout I've tried to create with the __init__.py files. Because look at this:

It gets worse... look how namedtuple and np are available:

Maybe we should just align them completely so this isn't an issue...