We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey this is great stuff - I'm really excited by this concept.
I just tried running your example (made no code changes) and somehow got this error ZMQSocketChannel object has no attribute 'execute'.
Is this something you have run into before? Could it be my IPython version?
Thanks!
The text was updated successfully, but these errors were encountered:
Could it be my IPython version?
Yes, it looks that way. This project was written before the 3.x release which causes this exception.
Sorry, something went wrong.
Has anyone found a solution to this?
pip install --user ipython==2.4.1
No branches or pull requests
Hey this is great stuff - I'm really excited by this concept.
I just tried running your example (made no code changes) and somehow got this error ZMQSocketChannel object has no attribute 'execute'.
Is this something you have run into before? Could it be my IPython version?
Thanks!
The text was updated successfully, but these errors were encountered: