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

better layout of the buttons

parent e03980f7
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ all_text_boxes = widgets.VBox([sample_series,field,DUT])
display(all_text_boxes)
print()
#first series of parameters
step = widgets.BoundedFloatText(
value=0.01,
......@@ -58,6 +59,7 @@ line0=widgets.HBox([step,integration_time,sampling])
display(line0)
print()
# THE BUTTONS
#create buttons as it shown in the how_buttons_look
set=widgets.Button(description='SET')
......@@ -112,7 +114,6 @@ all = widgets.VBox([line1,line2,line3])
output = widgets.Output()
#dispaly them all
print()
display(all,output)
#help lists for changing state of the buttons
......
%% Cell type:code id:33f299ef-2302-4e0a-b45f-291460d944c6 tags:
``` python
%run memristor.py
```
%% Output
%% Cell type:code id:2fc85780-0e32-4b77-9de5-684c87f55a6b tags:
``` python
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment