Cancel a long running function #2245
Answered
by
akshayka
pyinstallerbaggins
asked this question in
Q&A
-
Anyone know of a way to cancel a running cell? For example, i triggered a query that executes a long running query but i want to cancel it without having to shut down the notebook. mo.stop()? |
Beta Was this translation helpful? Give feedback.
Answered by
akshayka
Sep 6, 2024
Replies: 1 comment 2 replies
-
You can use the stop button Also on the bottom right of the page |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, that's not possible; fundamental limitation of our architecture. You might try to run queries remotely so at least they don't lock up your notebook.