Jupyter总是会因为我打了几个前面出现过的关键词的前缀而给我自动补全了(并非代码提示),然而大部分时候我都得把这些部分删去,很麻烦,请问有什么解决办法嘛?
Adding
%config Completer.use_jedi = False
causes ipython's completer to bypass jedi and speeds up the loading time of the autocomplete menu.
参见:https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1381_
你问题解决了么