Open GoogleCodeExporter opened 9 years ago
It appears that androlyze.py is calling using an old way to call the package:
from IPython.frontend.terminal.embed import InteractiveShellEmbed
The warning disappears if you change it to the following:
from IPython.terminal.embed import InteractiveShellEmbed
Original comment by apocryph...@gmail.com
on 4 Nov 2013 at 1:51
Original issue reported on code.google.com by
marc.c...@gmail.com
on 22 Oct 2013 at 10:32