emacs-jupyter
January 14, 2023 |
permanent
#
- tags
- ,
An interface to communicate with Jupyter kernels. github
What does this package do? #
- Provides REPL and org-mode source block frontends to Jupyter kernels.
- Kernel interactions integrated with Emacs’s built-in features.
For example:
- Inspecting a piece of code under point will display the information for that symbol in the Help buffer.
- You can re-visit inspection requests made to the kernel by calling help-go-back or help-go-forward while in the Help buffer.
- Uses the completion-at-point interface for code completion. Kernel requests for user input entered through the minibuffer.
- You can search through REPL history using isearch.