Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 elpy 在 emacs 中运行 python。当我在 myfile.py 中的命令上按 C-RET 时,它会将该命令的输出打印到下面的 python shell。
是否可以1+2在打印响应之前打印3?我认为以这种方式跟踪我的 shell 输出会更容易一些。
1+2
3
假设一种方法是建议发送代码的命令。当python-shell-send-region接受“beg”和“end”时,advice 可以将该区域带入 print(...) 之前。
python-shell-send-region