How to Install python-jedi in Ubuntu 18.04



Install python-jedi by entering the following commands in the terminal:

sudo apt update
sudo apt install python-jedi

Description:

autocompletion tool for Python

Jedi is an autocompletion tool for Python. It works. With and without syntax errors. Sometimes it sucks, but that's normal in dynamic languages. But it sucks less than other tools. It understands almost all of the basic Python syntax elements including many builtins.

Homepage: https://github.com/davidhalter/jedi

Version: 0.11.1-1

Section: universe/python