Skip to content

Commit

Permalink
fix: jupyter using zmq
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Feb 8, 2024
1 parent b00cae2 commit d0ff063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0ff063

Please sign in to comment.