Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipython 1.0 deprecation warning #44

Comments

@dusans
Copy link

dusans commented Aug 22, 2013

U should change from

    from IPython.frontend.terminal.embed import InteractiveShellEmbed

    from IPython.terminal.embed import InteractiveShellEmbed

to get rid of the deprecation warning for ipython 1.0.

pgularski pushed a commit to pgularski/ipdb that referenced this issue Sep 11, 2013
@gotcha
Copy link
Owner

gotcha commented Sep 19, 2013

Released in 0.7.1

@gotcha gotcha closed this as completed Sep 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment