Skip to content

Commit

Permalink
IPython Extension now loads param extension with verbose = False
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 12, 2014
1 parent aec6d11 commit cb721c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataviews/ipython.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def load_ipython_extension(ip, verbose=True):
if not _loaded:
_loaded = True

param_ext.load_ipython_extension(ip)
param_ext.load_ipython_extension(ip, verbose=False)

ip.register_magics(ViewMagic)
ip.register_magics(OptsMagic)
Expand Down

0 comments on commit cb721c3

Please sign in to comment.