Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Mar 28, 2024
1 parent ab63351 commit c4ac2a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c4ac2a4

Please sign in to comment.