diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-23 18:22:46 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:55 +0000 |
commit | 1c5d585d2a82cff002b00791c8e69d2bff8bc591 (patch) | |
tree | cf3e87540d941c04863f0e806ad4f8bfb7e5448f /development/jupyter_client/README | |
parent | aacbfd5b98712b45facdd49007945e785c48156f (diff) |
development/jupyter_client: Added (Jupyter protocol client APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/jupyter_client/README')
-rw-r--r-- | development/jupyter_client/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/jupyter_client/README b/development/jupyter_client/README new file mode 100644 index 0000000000000..9a671539dc168 --- /dev/null +++ b/development/jupyter_client/README @@ -0,0 +1,2 @@ +jupyter_client contains the reference implementation of the Jupyter protocol. +It also provides client and kernel management APIs for working with kernels. |