jupyter notebook无法补全tensorflow的代码,但numpy、pandas却都正常。
解决方法:
只需要将jedi版本从0.18.0降至0.17.2即可
pip install jedi==0.17.2
参考:
https://zhuanlan.zhihu.com/p/355185495
jupyter notebook无法补全tensorflow的代码,但numpy、pandas却都正常。
解决方法:
只需要将jedi版本从0.18.0降至0.17.2即可
pip install jedi==0.17.2
参考:
https://zhuanlan.zhihu.com/p/355185495