You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way to extend Jupyter's Event system would be to enable extensions/plugins of Jupyter Applications to listen for specific events and trigger a callback function. One common use-case would be to enable an extension to emit additional event data that immediately follows the source event.
I think the easiest way to achieve this is to add a simple API to the main EventLogger object, something like:
One way to extend Jupyter's Event system would be to enable extensions/plugins of Jupyter Applications to listen for specific events and trigger a callback function. One common use-case would be to enable an extension to emit additional event data that immediately follows the source event.
I think the easiest way to achieve this is to add a simple API to the main
EventLogger
object, something like:where the signature of the callback is :
data
is the raw (validated) event data.The text was updated successfully, but these errors were encountered: