-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Error Traceback
electrode_config.ipynb problems.
cionic -> artemis -> RK2_FULLARM
AttributeError Traceback (most recent call last)
File /opt/conda/lib/python3.11/site-packages/ipywidgets/widgets/interaction.py:240, in interactive.update(self, *args)
238 value = widget.get_interact_value()
239 self.kwargs[widget._kwarg] = value
--> 240 self.result = self.f(**self.kwargs)
241 show_inline_matplotlib_plots()
242 if self.auto_display and self.result is not None:
Cell In[12], line 106, in show_runner(orgid, study, config, config_name, config_entry)
104 config_entry.value = json.dumps({}, indent=2)
105 else:
--> 106 config_name.value = config
107 for c in configs:
108 if c['config_name'] == config:
AttributeError: 'str' object has no attribute 'value'
This is the AI suggested fix. TODO: understand how these notebooks work and fix

Metadata
Metadata
Assignees
Labels
No labels