Show More
@@ -90,8 +90,8 b' completion also works on file and directory names.' | |||||
90 | Starting with IPython 6.0, if ``jedi`` is installed, IPython will try to pull |
|
90 | Starting with IPython 6.0, if ``jedi`` is installed, IPython will try to pull | |
91 | completions from Jedi as well. This allows to not only inspect currently |
|
91 | completions from Jedi as well. This allows to not only inspect currently | |
92 | existing objects, but also to infer completion statically without executing |
|
92 | existing objects, but also to infer completion statically without executing | |
93 |
code. There is nothing particular to get this to work, simply use tab |
|
93 | code. There is nothing particular needed to get this to work, simply use tab | |
94 | on more complex expressions like the following:: |
|
94 | completion on more complex expressions like the following:: | |
95 |
|
95 | |||
96 | >>> data = ['Number of users', 123456] |
|
96 | >>> data = ['Number of users', 123456] | |
97 | ... data[0].<tab> |
|
97 | ... data[0].<tab> |
General Comments 0
You need to be logged in to leave comments.
Login now