Skip to content
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

Matlab2019b Kernel doesn't run #130

Open
tamelenak opened this issue Nov 7, 2019 · 3 comments
Open

Matlab2019b Kernel doesn't run #130

tamelenak opened this issue Nov 7, 2019 · 3 comments

Comments

@tamelenak
Copy link

Hi there

I'm trying to start a MATLAB R2019b kernel in Jupyter. I don't have any errors, it says that the kernel is connected, but it doesn't run (cells stays with a "*").

When I type python -m matlab_kernel.check from terminal, I have the following output:
_Matlab kernel v0.16.7
Metakernel v0.24.3
Python v3.7.4 (default, Aug 13 2019, 15:17:50)
[Clang 4.0.1 (tags/RELEASE_401/final)]
Python path: /Users/tamara/opt/anaconda3/bin/python

Connecting to Matlab...
Matlab connection established
Matlab Kernel_

I installed the matlab engine with the following tutorial: https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html

When I open a Jupyter session with a Python kernel, the command import matlab.engine works, but for engine = matlab.engine.start_matlab() the cell stays again with a "*".

Any help is appreciated.

@dsblank
Copy link
Member

dsblank commented Nov 7, 2019

I think you need to make sure that the matlab_kernel is using the same kernel, /Users/tamara/opt/anaconda3/bin/python.

@tamelenak
Copy link
Author

How can I do that?

@kb1ooo
Copy link

kb1ooo commented Apr 7, 2020

@tamikk I've been using this kernel (latest commit) with matlab 2019b for the past month with no issues. I'm confused as to why you are opening a jupyter session with a python kernel instead of a matlab kernel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants