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
Incomplete cells currently hang the kernel. I.e. (
Unfortunately, powershell input redirection doesn't allow to enter \n few more times to get incomplete input error. But we should be able to handle it better.
The text was updated successfully, but these errors were encountered:
I put a mitigation detection in the kernel, because we can detect the hang, we just cannot do anything about it: there is nothing we can send powershell process to abort operation or do anything else to get the error message.
Incomplete cells currently hang the kernel. I.e.
(
Unfortunately, powershell input redirection doesn't allow to enter
\n
few more times to get incomplete input error. But we should be able to handle it better.The text was updated successfully, but these errors were encountered: