Auto completion in Jupyter Notebook only works if I add %config Completer.use_jedi = False at the top of my file.
%config Completer.use_jedi = False
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 notebook
jupyter --version gives me:
jupyter --version
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
2.1m questions
2.1m answers
60 comments
57.0k users