Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easy for users to add new data to glue once qglue has been launched #629

Closed
astrofrog opened this issue May 14, 2015 · 1 comment

Comments

@astrofrog
Copy link
Member

This may already be possible, but if so we need to document it - Harry Ferguson mentioned he would like to be able to do something like:

>>> app = qglue(data=...)
>>> app.add_data(more=...)

and have the new data appear in glue automatically.

@ChrisBeaumont
Copy link
Member

Right now the only supported syntax is app.data_collection.append(...), but that doesn't do the same kinds of smart-parsing that qglue does. +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants