No description
Find a file
Nathaniel Nicandro b3b1066624 Re-organization of code base
- `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.
2018-01-06 19:55:45 -06:00
jupyter-base.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-channels.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-client.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-connection.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-kernel-manager.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-kernelspec.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-messages.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-terminal-client.el Re-organization of code base 2018-01-06 19:55:45 -06:00
jupyter-tests.el Cleanup tests to take into account changes in jupyter-client 2018-01-02 13:50:13 -06:00