ipython plugin was ported to work with new ipython versions recently,
unless I'm badly mistaken.

On Mon, Oct 29, 2012 at 10:21 PM, Edward K. Ream <[email protected]> wrote:
> On Sat, Oct 27, 2012 at 12:13 PM, Calen <[email protected]> wrote:
>> I look inside the source code of the ipython plugin. It seem that it need
>> the IPython.ipapi module, which is depreciated after IPython 0.13. Is there 
>> any work around?
>
> There is only one function in the ipapi module::
>
> def get():
>     """Get the global InteractiveShell instance."""
>     from IPython.core.interactiveshell import InteractiveShell
>     return InteractiveShell.instance()
>
> Why these lines of code should be considered dubious escapes me.  In
> any event, we should be able to use something like this code if/when
> the ipapi module goes away.
>
> Edward
>
> --
> You received this message because you are subscribed to the Google Groups 
> "leo-editor" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/leo-editor?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to