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

Use shell.input_transformer_manager when available #411

Merged
merged 1 commit into from
Mar 17, 2020

Conversation

dandavison
Copy link
Contributor

@dandavison dandavison commented Jun 2, 2019

Fixes #375

With this change we don't trigger the deprecation warning on ipython.core.InteractiveShell if we can avoid it.

Testing

I started a kernel (using ipykernel.kernelapp.launch_new_instance) on this commit, and on the parent b81632e, and connected to it with jupyter console, and confirmed that the deprecation message appeared at the prompt when executing code on b81632e, but was not present on this commit.

@blink1073 blink1073 closed this Sep 16, 2019
@blink1073 blink1073 reopened this Sep 16, 2019
@blink1073 blink1073 closed this Sep 16, 2019
@blink1073 blink1073 reopened this Sep 16, 2019
@blink1073 blink1073 closed this Sep 17, 2019
@blink1073 blink1073 reopened this Sep 17, 2019
@blink1073
Copy link
Contributor

I'm not sure why the 3.4 build is failing. I'd like to remove 3.4 support as part of a minor release. Skipping this for the patch release. Thanks for the fix and your patience @dandavison!

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit c999fa2 into ipython:master Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPykernel triggers repeated DeprecationWarnings due to input_splitter
2 participants