Skip to content

Commit 36c04cd

Browse files
committed
fix #44 : make view, edit and compare available in ipython console at start
1 parent 66341b4 commit 36c04cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

larray_editor/editor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def setup_and_check(self, data, title='', readonly=False, minvalue=None, maxvalu
124124
kernel = kernel_manager.kernel
125125

126126
kernel.shell.run_cell('from larray import *')
127+
kernel.shell.run_cell('from larray_editor import *')
127128
text_formatter = kernel.shell.display_formatter.formatters['text/plain']
128129

129130
def void_formatter(array, *args, **kwargs):

0 commit comments

Comments
 (0)