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

Create and use Wrapper classes for widgets #189

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Create and use Wrapper classes for widgets #189

wants to merge 15 commits into from

Conversation

ianhi
Copy link
Collaborator

@ianhi ianhi commented May 19, 2021

This will eventually close: #183

Not really there yet (may yet restructure) but nice to open early

TODO:

  • RangeSliders
  • Better slider inheritance
  • remove old now unnecessary methods

self.params[k] = control.index
try:
control.observe(partial(self._slider_updated, key=k), names="index")
except AttributeError:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this a more nuanced attribute error wher eyou look for a specific message - if thts possible

Comment on lines 160 to 162
"""
gotta also give the indices in order to support hyperslicer without horrifying contortions
"""
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove. this is no longer true

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

Successfully merging this pull request may close these issues.

Easier method to programmatically change the current param value
1 participant