WolframResearch / WolframClientForPython

Call Wolfram Language functions from Python
https://wolfr.am/wolframclientdoc
MIT License
446 stars 47 forks source link

Abort kernel computations #34

Closed abentkamp closed 1 year ago

abentkamp commented 2 years ago

Hello, Is there any way to abort kernel computations without closing the session entirely?

riccardodivirgilio commented 1 year ago

this is not possibile with the current implementation, if a kernel is busy running a computation it cannot be aborted.