From dfe4256a33e07dbf0295fc34c94b6f54d434250b Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 11 Apr 2024 15:21:34 +0200 Subject: [PATCH] Add link to jupyter-server issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Krassowski <5832902+krassowski@users.noreply.github.com> --- docs/source/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/configuration.md b/docs/source/configuration.md index ac4f537f..64a32a11 100644 --- a/docs/source/configuration.md +++ b/docs/source/configuration.md @@ -32,7 +32,8 @@ jupyter lab --YDocExtension.ystore_class=pycrdt_websocket.ystore.TempFileYStore There is an experimental feature that is currently only supported by the [Jupyverse](https://github.com/jupyter-server/jupyverse) server -(not yet with [jupyter-server](https://github.com/jupyter-server/jupyter_server)): +(not yet with [jupyter-server](https://github.com/jupyter-server/jupyter_server), +see the [issue #900](https://github.com/jupyter-server/jupyter_server/issues/900)): server-side execution. With this, running notebook code cells is not done in the frontend through the low-level kernel protocol over WebSocket API, but through a high-level REST API. Communication with the kernel is then delegated to the server, and cell outputs are populated in the notebook