vitessce / vitessce-python

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

Added utility functions to update and remove a view #368

Closed tkakar closed 1 month ago

tkakar commented 2 months 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 2 months ago

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

tkakar commented 2 months ago

@NickAkhmetov thanks for reviewing. Will add the tests.

keller-mark commented 1 month 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 1 month ago

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