diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-04-16 22:48:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 22:48:11 +0700 |
commit | a232eabc67e1b0e5351303ee54db19adefb1563d (patch) | |
tree | 12866bcb3dbea5b2d23c9fbaf8a15502067ba53c /python/python3-jupyter_client/README | |
parent | eb1d05f20aad94f28f3f4362c70431bf3eb030d4 (diff) |
python/python3-jupyter_client: Added (Jupyter client API).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jupyter_client/README')
-rw-r--r-- | python/python3-jupyter_client/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-jupyter_client/README b/python/python3-jupyter_client/README new file mode 100644 index 0000000000000..9a671539dc168 --- /dev/null +++ b/python/python3-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. |