Python icon indicating copy to clipboard operation
Python copied to clipboard

limited compatibility with IPython 3.2

Open smason opened this issue 9 years ago • 3 comments

I've been struggling with iPython 3.2 compatibility and have tracked it down to the changed difference: execute isn't an attribute of the shell_channel.

Seems that since the Jupyter/IPython division ipykernel should be used instead, but this change gets it sort of working.

smason avatar Aug 11 '15 12:08 smason

@smason Thanks for the PR.

@hayd @UnknownProgrammer Would you mind reviewing this change?

kenny-evitt avatar Aug 11 '15 14:08 kenny-evitt

Huh, iPython 4 has just been released! May be worth doing the proper things now?

smason avatar Aug 12 '15 09:08 smason

@smason If you can help me test your changes, or I can find others to do so, I'll gladly merge PRs to "do the proper things". Let me know how I can help.

kenny-evitt avatar Aug 12 '15 11:08 kenny-evitt