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
As we start dealing with more and more data we need to start worrying about properly storing it and we need to have the capability of browsing through hundreds of files in a nimble way.
Having an iPython notebook for visualizing data is not practical enough, it requires dealing with complicated filepaths and a lot of in-situ hotfixes. Even with a perfectly working two line solution like ql.load(filepath) and ql.plot() is not agile enough.
We need to start using the database where data is properly organized and develop a small GUI to be able to preview data, star it ⭐ , share it with other qililab users as a direct link etc...
We don't need to overdo it for now, fitting and analysis can stay out of this but having a way of quickly browsing through data and see a preview plot of a file with a single click.
I have some basic ideas of how I would like it to look but have no idea how much work they require to implement, this is a good moment to start the discussion 🚀
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As we start dealing with more and more data we need to start worrying about properly storing it and we need to have the capability of browsing through hundreds of files in a nimble way.
Having an iPython notebook for visualizing data is not practical enough, it requires dealing with complicated filepaths and a lot of in-situ hotfixes. Even with a perfectly working two line solution like
ql.load(filepath)
andql.plot()
is not agile enough.We need to start using the database where data is properly organized and develop a small GUI to be able to preview data, star it ⭐ , share it with other qililab users as a direct link etc...
We don't need to overdo it for now, fitting and analysis can stay out of this but having a way of quickly browsing through data and see a preview plot of a file with a single click.
I have some basic ideas of how I would like it to look but have no idea how much work they require to implement, this is a good moment to start the discussion 🚀
Beta Was this translation helpful? Give feedback.
All reactions