You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Not using SoS, just plain Jupyter + matlab_kernel, start a Notebook with matlab kernel, and run
and then repeatedly run
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.The text was updated successfully, but these errors were encountered: