PyROOT auto completion in python IDEs

Hi,

this is how we solved the issue for ipython notebooks: https://github.com/root-project/root/blob/master/bindings/pyroot/JupyROOT/cppcompleter.py
The challenge is that ROOT lazily loads on demand its components.

Cheers,
Danilo