Jupyter notebook autocomplete showing duplicate options

北战南征 提交于 2019-12-07 12:51:58

问题


Jupyter notebook's autocomplete seems working, but somehow it will show duplicate options for the method. For example below:

For each possible options, drop down menu will show 2 identical choices. Why this happen and how to fix it?


回答1:


Relevant Github issue: https://github.com/ipython/ipython/pull/10969

This should be fixed in Ipython 6.3 release (track milestone completion here: https://github.com/ipython/ipython/milestone/48)



来源:https://stackoverflow.com/questions/48009983/jupyter-notebook-autocomplete-showing-duplicate-options

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!