-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn into class component and hook kernelspy (#382)
If we want to have the kernelspy handler to control the papyri browser from the outside, we need to turn the functional component into a class one for access the methods instead of having closures. -- Create component ref and hook into the kernelspy. This using the IPython extension and using `?` on an existing object, it should pop out the right docstring. %load_ext papyri import numpy as np np.einsum?
- Loading branch information
Showing
2 changed files
with
102 additions
and
64 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