vatlab / sos-matlab

SoS extension for Matlab and Octave
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Function who crashed matlab_kernel. #2

Open BoPeng opened 6 years ago

BoPeng commented 6 years ago

Not using SoS, just plain Jupyter + matlab_kernel, start a Notebook with matlab kernel, and run

a=1

and then repeatedly run

who

At some point the matlab kernel will crash.

Because SoS relies on the who command to automatically transfer variables with names starting with sos, we have to disable this feature before this debug is resolved.

BoPeng commented 6 years ago

It appears that imatlab does not have this problem so we will recommend imatlab over matlab_kernel for the use of SoS.

gaow commented 6 years ago

Oh boy ... at least we have some sort of solutions now. We should replace matlab example on the SoS Notebook manuscript with a Julia one.

BoPeng commented 1 year ago

The bug with matlab_kernel no longer exists as far as I can tell, so we should probably support this kernel since it is a default kernel recommended by MathWorks.