David Strozzi
David Strozzi
I am running elpy on a windows 7 machine, either as the GNU windows build, or the cygwin emacs -nw non-GUI build. In both cases: I open a .py file,...
This is a thread I posted on the elpy github, user galaunay was quite helpful but we couldn't figure it out. He suggested I post it here, so there I...
OK I am pretty confused! I am trying to use Python inside emacs 27.2 (the plain version straight from GNU) on Windows 10. I use Anaconda Python, 3.8.8, just the...
Hi, `integrate(x**3/(exp(x)-1), (x,0,sympy.oo))` fails to return an answer. The exact answer is` pi**4/15`. This is a well-known integral that arises, e.g., in blackbody radiation: [http://en.wikipedia.org/wiki/Black-body_radiation#Equations ](http://en.wikipedia.org/wiki/Black-body_radiation#Equations ) Good luck! Dave
# 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...