Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to gracefully stop execution in a cell? #53

Open
bobjiang82 opened this issue Jul 23, 2020 · 0 comments
Open

Question: How to gracefully stop execution in a cell? #53

bobjiang82 opened this issue Jul 23, 2020 · 0 comments

Comments

@bobjiang82
Copy link

bobjiang82 commented Jul 23, 2020

In ipython notebook, I can use the following code to stop execution in a cell.
How to do it in spylon notebook?

class StopExecution(Exception):
def _render_traceback_(self):
pass

raise StopExecution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant