-
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
OS X Sierra: Can't make the magic commands work #258
Comments
Maybe add an alias to your shell configuration?
|
No luck either. Is there any way to combine it all together and custom matlab path (like below) with
|
I believe this should work:
Doesn't it? |
Sorry, I mean:
|
I tried doing that as well before, doesn't work because there's no such keyword argument:
|
Oh - I think that's because it doesn't follow the same API. https://github.com/arokem/python-matlab-bridge/blob/master/pymatbridge/matlab_magic.py#L53 Could you please try the following?
|
Damn, it works! Cheers! |
Happy it worked! We should probably change that API to be consistent.
…On Tue, May 22, 2018 at 3:23 AM, Maciej Gaca ***@***.***> wrote:
Damn, it works! Cheers!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#258 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHPNgipgomBjImyhO3nvHk0uo7HusGpks5t0-cVgaJpZM4UGrCx>
.
|
Including README changes that are described in arokem#258. This took me way to much time to find, so I hope this can get better exposure.
Hey there,
I'm pretty much out of ideas how to fix my issue.
This code works like a charm, no problems whatsoever.
However, I would really like to be able to use magic codes. Both codes below give me this error:
ValueError: MATLAB failed to start
I even tried changing
MATLAB_BIN=/Applications/MATLAB_R2018a.app/bin/
in.../messenger/mexmaci/local.cfg
, didn't help either.Last but not least - I tried changing dir to
.../messenger/
and runningpython3.6 make.py matlab
. Got an error:Would be grateful for any ideas!
Regards,
Matt
The text was updated successfully, but these errors were encountered: