Domanda

I was trying to add some custom completers for some of my functions in an IPython notebook as per suggestions from http://wiki.ipython.org/index.php?title=Cookbook/Custom_completers

When the code tries to load ipapi from IPython, it gets an "ImportError: No module named ipapi"

Any ideas? I saw some bugreports on this for earlier versions, should be fixed in 0.13.1 which I am using.

È stato utile?

Soluzione

seems ipapi moved into Ipython.core

Calling import Ipython.core.ipapi works without issues.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top