-
Notifications
You must be signed in to change notification settings - Fork 84
Add viewer features #449
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
Add viewer features #449
Conversation
bnmajor
commented
Jun 14, 2022
- Make the viewer fullscreen in Colab notebooks
- Add wrappers for the ImJoy Plugin setter endpoints
- Support setting point sets
abb1dac
to
9bb5956
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎇 awesome!
self._init_viewer_kwargs.update(**add_data_kwargs) | ||
|
||
def _get_input_data(self): | ||
input_options = ['data', 'image', 'point_sets'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For simplicity, let's support initialization with a single point_set
and geometry
going forward.
c1951ca
to
dd79142
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
dd79142
to
c715de6
Compare