-
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 R2018b kernel couldn't work well #122
Comments
Hi @suixiaodan, I think it is complaining because we check if |
Thank you. |
Please try |
I have updated to 0.16.5. But another mistake happened.
Thanks. |
What is the output of |
The output is shown as below: `matlab@92ec2d605402:/opt/matlab/R2018b/extern/engines/python$ python -m matlab_kernel.check Connecting to Matlab... |
Drat, there was a typo in |
When I run the .ipynb file in the Matlab kernel, the wrong show as below:
[I 11:01:21.946 NotebookApp] Kernel started: 4bc3109a-5cfc-4533-8dc3-cd02c439dfdf [I 11:01:25.909 NotebookApp] Adapting to protocol v5.1 for kernel 4bc3109a-5cfc-4533-8dc3-cd02c439dfdf [MetaKernelApp] ERROR | Exception in message handler: Traceback (most recent call last): File "/home/matlab/.local/lib/python3.5/site-packages/ipykernel/kernelbase.py", line 272, in dispatch_shell yield gen.maybe_future(handler(stream, idents, msg)) File "/home/matlab/.local/lib/python3.5/site-packages/tornado/gen.py", line 729, in run value = future.result() File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception File "/home/matlab/.local/lib/python3.5/site-packages/tornado/gen.py", line 209, in wrapper yielded = next(result) File "/home/matlab/.local/lib/python3.5/site-packages/ipykernel/kernelbase.py", line 542, in execute_request user_expressions, allow_stdin, File "/usr/local/lib/python3.5/dist-packages/metakernel/_metakernel.py", line 386, in do_execute retval = self.do_execute_direct(code) File "/home/matlab/.local/lib/python3.5/site-packages/matlab_kernel/kernel.py", line 92, in do_execute_direct retval = self._execute_async(code) File "/home/matlab/.local/lib/python3.5/site-packages/matlab_kernel/kernel.py", line 250, in _execute_async future = self._matlab.eval(code, **kwargs) File "/home/matlab/.local/lib/python3.5/site-packages/matlab_kernel/kernel.py", line 68, in _matlab if self.__matlab: AttributeError: 'MatlabKernel' object has no attribute '_MatlabKernel__matlab'
What can I do?
The text was updated successfully, but these errors were encountered: