Browse Source

Add a note about enabling type annotations to the docs.

Ian Rose 7 years ago
parent
commit
1b832bab55
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/source/user/notebook.rst

+ 5 - 1
docs/source/user/notebook.rst

@@ -109,7 +109,7 @@ Create a new synchronized view of a cell’s output:
 
 .. _tab-completion:
 
-Tab completion (activated with the ``Tab`` key) now includes additional
+Tab completion (activated with the ``Tab`` key) can now include additional
 information about the types of the matched items:
 
 .. raw:: html
@@ -118,6 +118,10 @@ information about the types of the matched items:
      <iframe src="https://www.youtube-nocookie.com/embed/MuNr0i8LgpM?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
   </div>
 
+Note: IPython 6.3.1 has temporarily disabled type annotations.
+To re-enable them, add ``c.Completer.use_jedi = True`` to an
+`ipython_config.py <http://ipython.readthedocs.io/en/stable/development/config.html>`__ file. 
+
 .. _tooltip:
 
 The tooltip (activated with ``Shift Tab``) contains additional