Skip to content
Snippets Groups Projects
Commit fb377ed7 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

test document deleted from test version

parent 72afaecb
Branches
No related tags found
No related merge requests found
%% Cell type:code id:33da914c-b84e-47ad-b53a-a7e0f3762793 tags:
``` python
import sys
sys.path.insert(0, './lib')
sys.path.insert(0, '..') #append parent directory
from interface import *
```
%% Cell type:code id:fd3b6bc2-b9f2-44a0-a511-68e210200d04 tags:
``` python
sample = sample_information_interface()
parameters =parameters_interface()
button = widgets.Button(description ='Start Measurement')
output = widgets.Output()
display(button,output)
```
%% Output
%% Cell type:code id:690e0b71-7d0e-4651-baf8-a1330c4a19fa tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment