I just installed a few libraries for deep learning like keras
, theano
etc. The installation went fine but when I write code in Jupyter Notebook and press tab for autocompletion, the kernel of Jupyter Notebook seems to take too long for autocompletion. There have been times when it has taken minutes to display autocompleted options. I initially thought that the kernel hung so I had to restart it every time.
I read in another Stack Overflow post that installing pyreadline
may help. I installed it but I'm still having the same problem.
Has anyone else faced this problem? How do I go about fixing this?