I'm using PyCharm and it does not seem to auto-complete code from the library SymPy.
I am using that library via anaconda, and if I write its code explicitly it works, but PyCharm won't auto-complete it.
For example, SymPy offers a function called symbols()
. If I write x = symb
I would expect it to complete it, but it doesn't.
Also, I am using this interpeter (I have only anaconda installed on my computer): Used Interpeter Screenshot