最近尝试在emacs里用org充当notebook,安装了emacs-jupyter,把jupyter本体装在了一个环境里。配置如下:
(use-package jupyter
:ensure t
:config
(setq jupyter-repl-echo-kernel-info t)
(setq jupyter-executable "/home/yin/.local/miniforge3/envs/jupyter-emacs/bin/jupyter"))
然后输入 M-x jupyter-run-repl ,发送给我如下消息:
Starting python3 kernel process...done
Launching python3 kernel...done
Requesting kernel info...
Loading /home/yin/.emacs.d/elpa/zmq-20241006.1857/emacs-zmq (module)...done
Requesting kernel info...done
Can’t guess python-indent-offset, using defaults: 4 [2 times]
jupyter-repl-sync-execution-state: Symbol’s value as variable is void: state
有没有大佬知道这是怎么回事。