-
Notifications
You must be signed in to change notification settings - Fork 64
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
How to shut down engine on Windows 10? #166
Comments
Have you tried |
Calling |
I just tested MATLAB.jl in a simple Julia REPL session. Similarly, (FYI, I always start the REPL or the Jupyter notebook from bash [MinGw on Windows].) |
I have recently started using Julia with the MATLAB package. I am having similar issues where the pointer to the MATLAB session in Julia is unusable when |
I have tried several different methods to shut down the Matlab engine, before logging out of a Jupyter notebook running a Julia 1.3 kernel in Firefox on a Windows-10 box. (I never explicitly launch the engine, just use
mat""
commands.) When I restart the notebook (and the Julia kernel), then importMATLAB.jl
, my Matlab workspace variables and path from the previous session are all still there. And Windows TaskManager shows a MATLAB process running. Of course I can just use TaskManager to "End task" - but that seems rather indirect.The only way I have found to shut down the engine within the notebook is to do
which results in
followed by
which crashes the Julia kernel. Sometimes the kernel restarts on its own, other times I need to use the menu
Kernel->Restart
.Please advise.
The text was updated successfully, but these errors were encountered: