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

Inis seem to work

parent 42daaacb
Branches
No related tags found
No related merge requests found
%% Cell type:code id:3f5d53eb-4723-4e65-8d58-22888bcc84b1 tags:
``` python
%run main.py
```
%% Output
File ~\labcode\hp4155\Custom_SMU\main.py:27
ini = widgets.Button(description = 'Import from ini. (Coming Soon)',style = {'description_width': 'initial'},layout=Layout(height='auto', width='auto')
^
SyntaxError: '(' was never closed
%% Cell type:code id:b4134f36-9202-45f5-ad20-b71dfc315edd tags:
%% Cell type:code id:432e90a3-d6c4-4718-9b1f-0b9fd77e2383 tags:
``` python
```
......
......@@ -638,7 +638,6 @@ def on_ini_clicked(b):
sections = config.sections()
# Get the measurement Mode
measurement_mode = get_mode(sections)
print(measurement_mode)
# Get the constant smus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment