Skip to content

electrode_config.ipynb problems. #54

@jkpersche

Description

@jkpersche

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions