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
Currently, users have to first create a project by adding all relevant data sources via functions like snub.io.add_video, snub.io.add_scatter etc. Once a project is created and opened, there is no way to add more data sources as views directly in the GUI. It would be nice to initialise a project with a few views, and be able to add more as you see fit.
In other words, I would like for the add_ methods to be exposed in the GUI, perhaps under the "File" menu. It would also be nice to have the option to close data views in the GUI (e.g. via an 'X' button on each panel).
This is more of an idea for a possible future direction. Feel free to dismiss if you think it would complicate things too much.
The text was updated successfully, but these errors were encountered:
I like this idea! Adding an "X" button for closing a widget is easy and will be included in the next release (implemented here #25).
Adding new widgets through the GUI is a little more of a lift so I may wait to see if it is requested by anyone else. But in principle I could definitely imagine a generic widget that programmatically exposes the args/kwargs for each respective add_ function.
Currently, users have to first create a project by adding all relevant data sources via functions like
snub.io.add_video
,snub.io.add_scatter
etc. Once a project is created and opened, there is no way to add more data sources as views directly in the GUI. It would be nice to initialise a project with a few views, and be able to add more as you see fit.In other words, I would like for the
add_
methods to be exposed in the GUI, perhaps under the "File" menu. It would also be nice to have the option to close data views in the GUI (e.g. via an 'X' button on each panel).This is more of an idea for a possible future direction. Feel free to dismiss if you think it would complicate things too much.
The text was updated successfully, but these errors were encountered: