【问题标题】:Parameters of python's functions doesn't appear when I hit 'tab'当我点击'tab'时,python函数的参数不会出现
【发布时间】:2021-07-11 13:40:33
【问题描述】:

这听起来可能很愚蠢,但我使用的 jupyter notebook 可能没有按应有的配置。

当光标在函数内时,每次我点击“制表符”时,参数都不会出现在列表顶部。这里有什么提示吗?

enter image description here

【问题讨论】:

    标签: python jupyter-notebook jupyter


    【解决方案1】:

    在堆栈溢出TAB completion does not work in Jupyter Notebook but fine in iPython terminal 上找到这个

    你也在用火狐吗?

    解决方案似乎是运行:

    pip3 install jedi==0.17.2
    

    【讨论】:

      猜你喜欢
      • 2020-10-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多