Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
855 views
in Technique[技术] by (71.8m points)

python - Jupyter Notebook Tab Completion Not Working without `%config Completer.use_jedi = False`

Auto completion in Jupyter Notebook only works if I add %config Completer.use_jedi = False at the top of my file.

This seems like a very advanced thing for anyone new to Jupyter Notebooks to have to work out.

Why is it required, and is there a way to fix it that doesn't involve messing around with config files as described here: How to config 'Completer.use_jedi' to 'False' in Juypter Notebook permanently

I'm on windows 10, running jupyter notebook from powershell.

jupyter --version gives me:

jupyter core     : 4.7.0
jupyter-notebook : 6.2.0
qtconsole        : 5.0.1
ipython          : 7.19.0
ipykernel        : 5.4.3
jupyter client   : 6.1.11
jupyter lab      : not installed
nbconvert        : 6.0.7
ipywidgets       : 7.6.3
nbformat         : 5.1.2
traitlets        : 5.0.5

question from:https://stackoverflow.com/questions/65859778/jupyter-notebook-tab-completion-not-working-without-config-completer-use-jedi

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...