0

I have installed 6.0.1 version of jupyter notebook, update all packages (conda update --all) and use it in Chrome browser. But I haven't the autocomplete after I press TAB button. I was looking for a problem, but nothing found. Is there a way to find a problem why autocomplete doesn't work?

1
  • Maybe you can refer to this answer. Commented Oct 19, 2019 at 15:22

1 Answer 1

1

This workaround solution should help you:

%config IPCompleter.greedy=True 

Reference: https://github.com/jupyter/notebook/issues/2435

Sign up to request clarification or add additional context in comments.

1 Comment

This solution worked for me, when adding %config Completer.use_jedi = False or reverting to jedi 0.17.2 did not.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.