local history scan browser widget
Table widget to access local scan history in Redis.
Desired features:
- Automatically show all scans with:
- Number of scan (hover scan ID)
- Type of scan
- Used devices?
- Link to plot to visualise the scan
How to access scans:
# need to iterate thought the whole list
bec.queue.scan_storage.find_scan_by_ID("0c4cd97d-d19e-463a-91a8-7ff9f6b57492").data[0]
# export to pandas
bec.queue.scan_storage.find_scan_by_ID("0c4cd97d-d19e-463a-91a8-7ff9f6b57492").to_pandas()
Edited by wyzula_j