-
Notifications
You must be signed in to change notification settings - Fork 96
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
messenger / ZMQ session error upon "Matlab clear all" using 'magic' #70
Comments
I'm sorry that this has been so difficult to get up and running. I can On Thu, May 15, 2014 at 3:15 AM, bs448c notifications@github.com wrote:
|
glad that it's probably not due to my messenger build, then .. and thanks for looking into it. Again I don't think a sensible use case the |
It's definitely that On Thu, May 15, 2014 at 8:58 AM, bs448c notifications@github.com wrote:
|
I think what's happening is |
Specifically, it is clearing the |
As outlined in #56 and #69 I manage to build
pymatbridge-0.3-dev
under WIndows 8.1 64 bit. I can start thematlabserver
and pass back and forth variables between MATLAB and my iPython notebook (Anaconda 1.9.1, Python 2.7.6) using 'magic' (thex=x+1
anda=[1,2,3]
sort of examples)
However when trying to port a more complex example,
my matlabserver fails:
I'd like to point out this exact snippet has been working flawlessly using
pymatbridge-0.2
and the 'old' communication protocol.I don't know if this is an issue of Windows or my build -- can pelase someone on a different OS try to replicate this behaviour?
Thanks!
EDIT: This seems to be due to the
clear all;
which seems to kill the matlabserver. I modified the issue title accordinglyThe text was updated successfully, but these errors were encountered: