python - . + tab AutoComplete 在 Jupyter Notebook 中不起作用

标签 python methods pip jupyter-notebook libraries

因此,我似乎无法使用 . + Jupyter Notebook 中的选项卡。

当前运行 Jupyter 6.0.1

我尝试了以下方法但没有成功:
$ sudo easy_install readlineconda install -c anaconda jedi & 更新了 conda

和以下
pip install pyreadline
谢谢!

最佳答案

pip install jedi --upgrade (从 0.17.0 到 0.18.0)并重新启动内核对我有用。

关于python - . + tab AutoComplete 在 Jupyter Notebook 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60066265/

相关文章:

python - Django url 名称查找

java - 使用覆盖方法

java - 如何检查 Main 中的方法返回值?

python - 错误: No matching distribution found for wheel (dash-bootstrap-components)

docker - 使用 pipenv 在 docker 中安装 python fork

python:将(字符串)集列表转换为 scipy csr_matrix

python - 如何按字典顺序对字母数字字符串列表进行排序

python - 无法在 Jupyter notebook 中导入 opencv 但能够在 Anaconda 的命令行中导入

python - 非矩形四边形上并集的交集

java - 返回链表中的 (2n/3) 个元素,同时在链表上循环一次