From c4ac2a49a2f7047094d3114ec7399ae5670e0956 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Thu, 28 Mar 2024 16:47:07 -0500 Subject: [PATCH] Update README --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index 336344fb..ab0f8a4e 100644 --- a/README.org +++ b/README.org @@ -571,6 +571,16 @@ available when =jupyter-org-interaction-mode= is enabled | =C-c C-i= | =jupyter-repl-interrupt-kernel= | | =C-c C-r= | =jupyter-repl-restart-kernel= | +*** Disable automatic connections to a source block session + +When typing into the region of a Jupyter source block, under certain +conditions, an attempt at connecting to the source block's session is +made if not already connected. + +This behavior can be suppressed by setting =jupyter-org-auto-connect= +to =nil=. In this case, a connection is attempted upon executing a +source block, for example. + ** Kernel/notebook server *** Managing live kernels