We found that the "Datasets" page of the ARTIQ Dashboard is missing after rebooting the Linux control computer for our ARTIQ setup. Before the reboot, the ARTIQ dashboard is working normally with all pages presents, namely "Log", "Datasets", "Schedule", "Explorer", "Applets", "TTL", "DDS", "DAC" and ""Shortcuts". After the reboot, we use artiq_session
command to restart the ARTIQ setup, and find out that the "Datasets" page is missing while all other pages are still there. The experiment can still be submitted, but the data stored in the "dataset_db.pyon" file can no longer be accessed. How should we fix this problem? I tried deleting the "flake.lock" file and using nix shell
command to download the ARTIQ environment again, but it doesn't help.
The following is the illustration of our ARTIQ dashboard now with the "Datasets" page missing.
"Datasets" missing in the ARTIQ Dashboard
This problem is now solved thanks to @sb10q . For those who encounter similar issues, I delete the GUI state file named "artiq_dashboard_**.pyon" in the configuration directory, which is "~/.config/artiq" in my Linux computer. After deleting it, I reboot the computer and restart the ARTIQ setup and the missing "Datasets" pages reappear. Notice that my approach would remove all applet commands.