elpy
elpy copied to clipboard
Emacs Python Development Environment
# Summary I just did a fresh "install" of elpy. I can't get jupyter to start as the interactive shell. # Steps to reproduce Use my init.el below. Open a...
# Summary Python 3.12 has [removed distutils](https://docs.python.org/3/whatsnew/3.12.html) Therefore the rpc initialization script fails. # Steps to reproduce # My configuration ## OS Mac OS Sonoma 14.6.1 homebrew install pipx [email protected]...
# the config output tells me to report here # Steps to reproduce M-x elpy-config # My configuration ## System: Kernel: 6.8.0-45-generic arch: x86_64 bits: 64 compiler: gcc v: 13.2.0...
I read [this issue](https://github.com/jorgenschaefer/elpy/issues/2044) on the deprecated yapf call, and it seems to have been left dead in the water. gopar suggested a solution, but I don't currently have the...
ESS, emacs' R mode (an excellent package, btw), has as default behavior its `C-c C-c` send all code between the two nearest blank lines before and after point. It has...