Import `get_ipython` function

Jonathan Frederic 11 years ago
parent 567183b154
commit 7a2439d1a0

@ -36,6 +36,7 @@ class Output(DOMWidget):
def __init__(self, *args, **kwargs):
super(Output, self).__init__(*args, **kwargs)
from IPython import get_ipython
self._ip = get_ipython()
def clear_output(self, *pargs, **kwargs):

Loading…
Cancel
Save