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 table created by experiments_widget() now has a column of buttons by which individual datasets can be exported as ASCII files. This is a user-friendly way to use the qcode.dataset.export() method.
2
+
3
+
To demo this feature, run
4
+
> experiments_widget(sort_by="timestamp")
5
+
in Jupyter, and click on one of the cells in the "Export" column.
0 commit comments