mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
No description
![]() - `jupyter-client.el` only contains client related code - `jupyter-kernel-manager` related code is placed in `jupyter-kernel-manager.el` - Socket creating functions and generating connection info plist function are placed in `jupyter-connection.el`. This also contains the `jupyter-connection` class. - Kernelspec related functions are placed in `jupyter-kernelspec.el` - Move general utility functions and variables requires necessary for `jupyter` into `jupyter-base.el`. This also contains the `jupyter-session` and `jupyter-request` struct definitions. |
||
---|---|---|
jupyter-base.el | ||
jupyter-channels.el | ||
jupyter-client.el | ||
jupyter-connection.el | ||
jupyter-kernel-manager.el | ||
jupyter-kernelspec.el | ||
jupyter-messages.el | ||
jupyter-terminal-client.el | ||
jupyter-tests.el |