Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

why jupyter notebook suggestions not showing after upgrade


##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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jupyter #notebook #suggestions #showing #upgrade
ADD COMMENT
Topic
Name
1+2 =