vitessce / vitessce-python

Python API and Jupyter widget for Vitessce
https://python-docs.vitessce.io
MIT License
38 stars 7 forks source link

Added utility functions to update and remove a view #368

Closed tkakar closed 4 days ago

tkakar commented 1 week ago

This PR adds functions get_views(), get_view_by(), and remove_view_by to update or remove a view from the ConfigView. Addresses #104

tkakar commented 1 week ago

@keller-mark these would need to be added to the docs, once finalized and approved.

tkakar commented 1 week ago

@NickAkhmetov thanks for reviewing. Will add the tests.

keller-mark commented 5 days ago

It looks very good overall, I would change the naming of these functions and refactor the two into four for clarity, then it is ready to merge

tkakar commented 5 days ago

@keller-mark thanks for reviewing. will fix these.