diff options
Diffstat (limited to 'devel/py-jupyter-kernel-gateway/pkg-descr')
-rw-r--r-- | devel/py-jupyter-kernel-gateway/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-jupyter-kernel-gateway/pkg-descr b/devel/py-jupyter-kernel-gateway/pkg-descr new file mode 100644 index 000000000000..ee9d9d6c779c --- /dev/null +++ b/devel/py-jupyter-kernel-gateway/pkg-descr @@ -0,0 +1,4 @@ +Jupyter Kernel Gateway is a web server that provides headless access to Jupyter +kernels. Your application communicates with the kernels remotely, through REST +calls and Websockets rather than ZeroMQ messages. There are no provisions for +editing notebooks through the Kernel Gateway. |