📜  为什么升级后没有显示 jupyter notebook 建议 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:27.585000             🧑  作者: Mango

代码示例1
##this may help.
##the current Ipython with the Jupyter notebook doesn't require jedi.. 
##So you have to just uninstall it with the following command.

pip uninstall jedi --yes 

#open Anaconda Prompt and past above line. and then hit enter.