I have just installed the sqlalchemy
module in my computer but when I type import sql
and TAB in the ipython prompt the autocomplete only suggests me the builtin sqlite3
module.
How do I get ipython to also suggest sqlalchemy
on the import autocomplete?
Based on this message,
In [1]: import sq[TAB]
Caching the list of root modules, please wait!
(This will only be done once - type '%rehashx' to reset cache!)
have you tried %rehashx
?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With