anaconda-mode
anaconda-mode copied to clipboard
Code navigation, documentation lookup and completion for Python.
Hello, when I try to get auto completions for the **os** package, I get the following error: https://controlc.com/64623072
Hi, I'm really unsure where this issue should be posted or what to call it. I'm finding that when editing certain python files, I get an error like the one...
I'm using HEAD of `emacs-plus` on Catalina. It's the only version of Emacs I can get running without immediate crash. `anaconda-mode` is just plain not working for me, and I'm...
OS: Linux Mint 19.1 Emacs: 25.2.2 (Spacemacs master at [c7a103a772d808101d7635ec10f292ab9202d9ee](https://github.com/syl20bnr/spacemacs/commit/c7a103a772d808101d7635ec10f292ab9202d9ee)) anaconda-mode: 20190111.1524 docker-tramp: 20170207.325 pyenv-mode: 20170801.2348 Python: 2.7.15 Docker: 18.09.6, build 481bc77 # Steps to reproduce * Start the [bgruening/docker-galaxy-stable](https://github.com/bgruening/docker-galaxy-stable)...
There's something that still is not clear to me. Installing the package after following the installation steps and editing a python file I absolutely get no completions. Additionally, this statement...
Should `service.py` check that `nodes_before` is not empty? It seems it's not doing that, which may lead to the following crash of the `anaconda-mode` server: ``` anaconda_mode port 53427 127.0.0.1...
Hi, I've set up python3 as my python interpreter: ``` (setq python-shell-interpreter "python3") ``` However it seems anaconda-mode is executed using python2. I get in the anaconda buffer: ``` Traceback...
Anaconda completion is static by definition. While working with shell interactively it's useful to have completions and eldoc for objects what are created interactively. Fortunately that's is already done by...
Hi there! As David Halter [said](https://github.com/davidhalter/jedi/issues/570#issuecomment-97892003), > "goto_definitions is an important function, because it gives you access to the type inference. But it's probably not the goto function IDE's want"...
In case of remote dev server (not when it's a docker container/vagrant box on the local machine, but real remote over the internet server), intellisense features of anaconda-mode could get...