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
I have the same problem, but PySingular installed.
I get some error on my terminal (where I started jupyter), see here.
I also have the same problem, when trying the following code, which is even valid Singular.
if (1==1) {
printf("hello world");
}
The corresponding error message is here. Diffing both reveals that the errors are identical, except for some PIDs, and the buffer content on lines 36+37.
If the user forgets adding semicolon at the end of the line, the cell will hang. For instance,
will not produce any output,
while
will work normally.
Thank you,
Pedro
The text was updated successfully, but these errors were encountered: