From d0ff06311309cd6f21bfe83e2239e8579d889310 Mon Sep 17 00:00:00 2001 From: Panadestein Date: Thu, 8 Feb 2024 10:20:57 +0100 Subject: [PATCH] fix: jupyter using zmq --- content/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.org b/content/index.org index 1fdac1f..a722c92 100755 --- a/content/index.org +++ b/content/index.org @@ -1763,7 +1763,7 @@ I also heavily use the =emacs-jupyter= package to communicate with Jupyter kerne (use-package jupyter :straight (:build (:not native-compile)) :config - (setq jupyter-use-zmq nil)) + (setq jupyter-use-zmq t)) #+end_src ** Julia