Skip to content

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