Skip to content

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

@bobjiang82

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

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