We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow for kernels to be notified when data related to a deck changes, such as its current active index, possible indices, scroll position, etc.
This would allow for interesting
jupyterlab_deck.widgets.Deck
ipywidgets.Widget
ipywidgets
ipylab
active_index
possible_directions
slide_type
active_widget
styles
scroll_position
DeckManager
This will be complicated by RTC, which still doesn't have a good story for widget state
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Elevator Pitch
Allow for kernels to be notified when data related to a deck changes, such as its current active index, possible indices, scroll position, etc.
Motivation
This would allow for interesting
Design Ideas
jupyterlab_deck.widgets.Deck
, a subclass ofipywidgets.Widget
ipywidgets
and/oripylab
active_index
possible_directions
slide_type
active_widget
styles
scroll_position
(if relevant)DeckManager
This will be complicated by RTC, which still doesn't have a good story for widget state
The text was updated successfully, but these errors were encountered: