-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Fixes for Post-Interrupt Hook Feature (#1234)
* Add Fixes for Post-Interrupt Hook Feature - This is a rework of #1186 to make the post-interrupt hook feature work as intended * Renaming afterInterruptHook -> postInterruptHook * Remove setInstance / getInstanceOpt stuff By passing the JupyterApi to Execute methods when needed * Log from JupyterApiImpl * Clean-up log messages * NIT Format * fixup --------- Co-authored-by: Peter Christensen <[email protected]> Co-authored-by: Alexandre Archambault <[email protected]>
- Loading branch information
1 parent
f210b50
commit ba66f15
Showing
5 changed files
with
74 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters