David Strozzi
David Strozzi
Thanks for looking at this. It's a fast connection, though with work firewalls / VPN there may be bumps in the road. I'm the same guy who asked about ipython...
Well, a year later I am trying to revisit this. In case you're interested, I started an SO question: https://stackoverflow.com/questions/63862190/using-numpy-in-anaconda-python-running-in-emacs-on-windows
OK here's a glimmer of hope. I started cmd.exe (the good old DOS shell), did "conda.bat activate", then started emacs from that CMD session. And, I can load numpy! AND...
Good to hear from someone on this! I have largely given up on trying to use python within emacs on Windows. In the various Venn diagrams of workflows, it seems...
I want to add a strong +1 to adopting this patch (or an equivalent one). I run the Jupyter console --simple-prompt under emacs on Windows, and this would be a...
I verified on windows 7, Python 3, using the most up-to-date Anaconda distribution, that the problem persists. From a DOS prompt, type 'jupyter console --simple-prompt', then 'if 1:' and it...
To follow on to @usnigg, I originally was using elpy and had this issue. It took me a while to figure out it has nothing to do with elpy, but...
I am glad to hear this! Before discussing a PR, just FYI I have an up-to-date Anaconda install (2020.07 distro, with updates just done, python 3.8.5) on my Win10 laptop....
So, I don't have a patch to contribute, but just wanted to encourage someone to look at this. The current code has changed enough since dhmunro's original patch that it...
Thanks very much for the reply! Yes, that was a dumb error on my part. But I must admit I still can't get things to "work". Meaning: M-x run-python starts...