Jupyter 笔记本中的自动完成功能不起作用 [英] Autocomplete in Jupyter notebook not working

查看:45
本文介绍了Jupyter 笔记本中的自动完成功能不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在安装 Anaconda 最新版本后尝试了以下步骤.我无法使用自动完成功能...

I have tried the following steps after the installation of Anaconda's latest version. I am not able to get the autocomplete feature working...

关于我还需要尝试什么的任何建议......

Any suggestions on what else I need to try...

步骤 11) pip 安装 jupyter_contrib_nbextensions2) pip 安装 jupyter_nbextensions_configurator3) jupyter contrib nbextension install --user4) jupyter nbextensions_configurator 启用 --user

Step 1 1) pip install jupyter_contrib_nbextensions 2) pip install jupyter_nbextensions_configurator 3) jupyter contrib nbextension install --user 4) jupyter nbextensions_configurator enable --user

第 2 步:打开 jupyter notebook- 单击 nbextensions 选项卡- 在没有明确兼容性的情况下取消禁用 nbextensions 的配置- 检查腹地

Step 2: Open jupyter notebook - click on nbextensions tab - unckeck disable configuration for nbextensions without explicit compatibility - put a check on Hinterland

推荐答案

我也遇到了这个问题.我通过禁用绝地来修复它:

I was also having this problem. I fixed it by disabling jedi:

# Disable jedi autocompleter
%config Completer.use_jedi = False

这篇关于Jupyter 笔记本中的自动完成功能不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆