-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use a shared matlab engine #59
Comments
Hi @rsp34 It is already possible to use the
Please refer to this Dockerfile from the mathworks-ref-arch/matlab-integration-for-jupyter as a reference to the installation steps required to install Shown below are the steps I took from a container built using the Dockerfile listed above to showcase this:
I hope this helps, please let us know if you need any more information. Thank you! |
Thanks for the detailed instructions! 👍 However, I'm not sure this does what I ask. I would like to share the MATLAB engine from an instance of MATLAB running on my machine with the IDE open and then have the MATLAB kernel use this instance of MATLAB. |
You are right, the steps I've detailed here will not accomplish what you are looking for. Your last comment gives me much more clarity as to what you are looking for. I ask this, as the capability you are looking for is not achievable out of the box, and would require us to either build such a feature in, or, provide you with some scripts/code changes which might enable that. Thank you! |
Thanks @prabhakk-mw! |
Enable the use of a shared engine as per https://uk.mathworks.com/help/matlab/ref/matlab.engine.shareengine.html
The text was updated successfully, but these errors were encountered: