In [1]:
%load_ext autoreload
%autoreload 2

import NX01_widgetUtils as wu
from IPython.display import display, Image
Image(filename='bannerpic.png')


Out[1]:

In [2]:
gui = wu.NX01gui()
tabs = gui.makeGUI()
display(tabs)

model_button = gui.makeJSON_button()
display(model_button)
run_button = gui.makeRUN_button()
display(run_button)

In [ ]: