V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
roundRobin
V2EX  ›  Python

防止 hinterland 在单候选和敲击速度过快时导致的无提示自动补全

  •  
  •   roundRobin · 2019-08-06 17:55:10 +08:00 · 1171 次点击
    这是一个创建于 1724 天前的主题,其中的信息可能已经有所发展或是发生改变。

    之前 ipython 用的 vscode 的自动补全一直没啥问题,最近在用 jupyter 的 hinterland 自动补全功能时发现题述问题,在 issue 里找到了原因和解决方法:

    原因 1:Ipy 自身 jedi 的 tab 延时导致的错位 原因 2:hinterland 无法适应过慢的候选载入

    解决方法:添加设置%config Completer.use_jedi = False

    源址:https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1381#issuecomment-493375807

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3590 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 04:38 · PVG 12:38 · LAX 21:38 · JFK 00:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.