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,
have you tried
%rehashx
?