Click here to launch an interactive online version of this notebook: nbapp badge

You can call ipython_IDV without its widget Control Panel

by setting an environment variable

[2]:
import os
os.environ['drilsdown.showui'] = "False"

%reload_ext ipython_IDV

Then, if you want the Control Panel interface later, just call it

[4]:
%make_ui
[ ]: