Code Auto-complete not working on Mac

1,083 views
Skip to first unread message

Graham Anderson

unread,
Mar 16, 2016, 10:18:58 AM3/16/16
to Project Jupyter
Hello

[Problem] Code autocompletion is not working on Mac Chrome with Jupyter 4.1.0

import math
math.[Tab]

Any help is appreciated 


Chrome 49.02
Mac OS  10.11.3
python -V = Python 3.5.1 :: Anaconda 2.5.0 (x86_64) 
readline 6.2

Python 3.5.1 |Anaconda 2.5.0 (x86_64)| (default, Dec  7 2015, 11:24:55) 
[GCC 4.2.1 (Apple Inc. build 5577)]

Thomas Kluyver

unread,
Mar 16, 2016, 10:31:26 AM3/16/16
to Project Jupyter
On 16 March 2016 at 14:18, Graham Anderson <graha...@gmail.com> wrote:
import math
math.[Tab]

The way our tab completion currently works, you need to run the import line before it can see inside the module to tab complete in that situation. This is something I hope to improve on for IPython 5 (it's an IPython issue rather than Jupyter - the notebook provides the whole cell to the kernel for tab completion, but IPython currently isn't doing anything especially smart with it).

Graham Anderson

unread,
Mar 16, 2016, 10:42:37 AM3/16/16
to Project Jupyter
Thanks :) That did it for me.
Reply all
Reply to author
Forward
0 new messages