elpy icon indicating copy to clipboard operation
elpy copied to clipboard

Emacs Python Development Environment

Results 145 elpy issues
Sort by recently updated
recently updated
newest added

Hi there, I am a newbie to elpy and emacs. I am trying to install elpy so I can code some Python in Emacs and after going through the install...

Question

Before anything, I just want to say thank you for this detailed work covering many use cases :) # Steps to reproduce 1: complete the install process 2: hit `...

The installation instructions say to add `use-package` to your `.emacs`. This neglects to mention that **before** you do this, you actually have to have: - Enabled MELPA (following these instructions:...

tldr: Should I make a PR to remove use of `yapf`'s `verify` or to pin installing a specific version of `yapf` that supports it, like `0.40.1`? Howdy howdy! Thanks for...

Hi I would like to run python on a shell buffer and then convert this shell to a python buffer so I can use elpy with it. Essentially I'm looking...

# Summary Duplicate output in Jupyter console when calling external executables using the subprocess module # Steps to reproduce 1. Open Emacs (GUI or Console mode) 2. Open any .py...

Here is how to make it work with multiple frames. ``` (defmacro elpy-shell--with-maybe-echo-output (body) "Run BODY and grab shell output according to `elpy-shell-echo-output'. This modifies the original function to check...

# Summary How to get Elpy to use type information and completions from stubs `*.pyi` files # Steps to reproduce Create a Python project using gRPC (grpcio-tools, grpcio). The generated...

# Summary Elpy is behaving strangely on a new installation with emacs 29.3 on Ubuntu 24.0: a buffer opens with rather bad looking warnings. Also M-x elpy-format-code returns an error....

On [my fork of elpy](https://github.com/rpgoldman/elpy), I have a branch that fixes the structure of many of the original tests. The tests were not runnable because they contained duplicate test names,...