You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GUI was not shown, when run the jupyter notebook cell No.2. Here is my log.
50 ERROR deepflash2.gui list assignment index out of range
Traceback (most recent call last):
File "C:\Users\fangj.conda\envs\image\lib\site-packages\IPython\core\interactiveshell.py", line 3508, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\fangj\AppData\Local\Temp\ipykernel_22724\64341330.py", line 5, in
t = GUI(path);
File "C:\Users\fangj.conda\envs\image\lib\site-packages\deepflash2\gui.py", line 1360, in init
self.gt = GTEstUI(hide=True, path=self.proj_path, config=self.config)
File "C:\Users\fangj.conda\envs\image\lib\site-packages\deepflash2\gui.py", line 595, in init
self.sb_acc.set_title(i, name)
File "C:\Users\fangj.conda\envs\image\lib\site-packages\ipywidgets\widgets\widget_selectioncontainer.py", line 69, in set_title
titles[index]=title
IndexError: list assignment index out of range
The text was updated successfully, but these errors were encountered:
The GUI was not shown, when run the jupyter notebook cell No.2. Here is my log.
50 ERROR deepflash2.gui list assignment index out of range
Traceback (most recent call last):
File "C:\Users\fangj.conda\envs\image\lib\site-packages\IPython\core\interactiveshell.py", line 3508, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\fangj\AppData\Local\Temp\ipykernel_22724\64341330.py", line 5, in
t = GUI(path);
File "C:\Users\fangj.conda\envs\image\lib\site-packages\deepflash2\gui.py", line 1360, in init
self.gt = GTEstUI(hide=True, path=self.proj_path, config=self.config)
File "C:\Users\fangj.conda\envs\image\lib\site-packages\deepflash2\gui.py", line 595, in init
self.sb_acc.set_title(i, name)
File "C:\Users\fangj.conda\envs\image\lib\site-packages\ipywidgets\widgets\widget_selectioncontainer.py", line 69, in set_title
titles[index]=title
IndexError: list assignment index out of range
The text was updated successfully, but these errors were encountered: