I just installed the sqlalchemy module on my computer, but when I type import sql and TAB at the ipython prompt, autocomplete offers me a built-in sqlite3 module.
sqlalchemy
import sql
sqlite3
How do I get ipython to also offer sqlalchemy in import autocomplete?
Based on this post
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 ?
%rehashx
Source: https://habr.com/ru/post/907707/More articles:Accessing a local function of the eval function - javascriptAction bar compatibility - androidHow to make ToString () enum in C ++? - c ++Crash while creating ViewController from storyboard - objective-cjQuery trigger onChange - functionHow to use memory stream instead of files when rendering Direct2D images through SharpDX? - asp.netHow can I get Google JSON news output? - jsonCan someone explain this LinkDemand warning when subclassing a Windows control? - securityJava I / O vs NIO: quick test comparison - javaCan't start a Java program from Eclipse? - javaAll Articles