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
I think I fixed this behavior by changing lin 143 of acquisition_manager_notebook.py from: self.analysis_cell_str = None ==> self.analysis_cell_str = cell
Just wanted to be sure this is the right way of fixing it...
The text was updated successfully, but these errors were encountered:
I think I fixed this behavior by changing lin 143 of acquisition_manager_notebook.py from:
self.analysis_cell_str = None
==>self.analysis_cell_str = cell
Just wanted to be sure this is the right way of fixing it...
The text was updated successfully, but these errors were encountered: