-
Notifications
You must be signed in to change notification settings - Fork 76
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
MATLAB R2018a kernel does not start #126
Comments
Hi @JuanInATrillion, what is the output of |
Hi @blink1073 thanks the help, its: Connection to Matlab... |
Does the following code work from within a python interactive session? engine = matlab.engine.start_matlab()
engine.set(0., "defaultfigurepaperpositionmode", "manual", nargout=0) |
Hi @blink1073 the above lines execute without issue. |
Hmm, it is hard for me to diagnose because I don't have a copy of Matlab myself. One other thing you could try is launching as |
Okay, it looks like it wasn't able to import Can you please run |
Hi I'm having issues with my MATLAB R2018a starting in Jupyter.
No errors but executing commands in a cell never get executed.
I ran the install per the following link: https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html
These are the versions of my packages:
python == 3.6.8
matlab_kernel == 0.16.7
zeromq == 4.3.1
metakernel == 0.24.2
jupyter_core == 4.0
I've ran pip install -U matlab_kernel and skips all upgrades stating requirements are up to date.
Any help is appreciated, thank you.
The text was updated successfully, but these errors were encountered: