Docs for IPython completion which depends now on Jedi.

This commit is contained in:
Dave Halter
2017-04-27 19:29:32 +02:00
parent 0474854037
commit e8718c6ce5
2 changed files with 9 additions and 2 deletions

View File

@@ -82,9 +82,12 @@ and many more!
.. _repl-completion:
Tab completion in the Python Shell
Tab Completion in the Python Shell
----------------------------------
Starting with Ipython `6.0.0` Jedi is a dependency of IPython. Autocompletion
in IPython is therefore possible without additional configuration.
There are two different options how you can use Jedi autocompletion in
your Python interpreter. One with your custom ``$HOME/.pythonrc.py`` file
and one that uses ``PYTHONSTARTUP``.