Skip to content

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

Description

@bobjiang82

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions