LightTable / Python

Python language plugin for Light Table
MIT License
98 stars 51 forks source link

limited compatibility with IPython 3.2 #31

Open smason opened 9 years ago

smason commented 9 years ago

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.

kenny-evitt commented 9 years ago

@smason Thanks for the PR.

@hayd @UnknownProgrammer Would you mind reviewing this change?

smason commented 9 years ago

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

kenny-evitt commented 9 years ago

@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.