-
Notifications
You must be signed in to change notification settings - Fork 39
Worse Features in Latest Version #101
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
Comments
Dear @fcyang58 Thank you for using the MATLAB Integration for Jupyter and for the detailed explanations in the issue! Based on the shared All the three issues listed above, have been a part of this package from the day it shipped in 2020. Fortunately, we have been working behind the scenes on improvements to the package which should address all your concerns in the near future.
Kindly accept my apologies for any inconvenience that these issues have caused and we hope to meet your expectations soon! |
Yes. I just found that I was using matlab-kernel. It is very good and probably your team can work with their team to improve matlab proxy. |
v0.16.0 fixed #77 |
Summary
I have used MATLAB on jupyterlab for two years. Recently, I moved to a new server, and I install jupyter-matlab-proxy on it. I have no trouble to run MATLAB through jupyter notebook but the behavior becomes terrible compared with previous versions.
How do I install and work on new server?
What do I mean by 'worse features'?
for m=1:3
pause(3)
m
end
I will expect to see numbers '1', '2', and '3' every 3 seconds. However, in the new server, all three numbers are output together after the loop finished.
I installed matlab proxy two years ago on both my local computer and the old server. These features are not found in both of them. Are these problem due to the new server or matlab proxy? Could anyone help me?
Here attached pip list on the new server and my local computer.
local_MacOS.txt
new_server.txt
Browser(s) used
Chrome
Issue found in
MATLAB Kernel
Script output
No response
The text was updated successfully, but these errors were encountered: