Pourquoi les suggestions de cahier de jupyter ne s'affichent pas après la mise à niveau


##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.
Subha