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

Enable JupyterKernel to print traceback on error #2530

Closed

Commits on Jun 13, 2018

  1. Enable JupyterKernel to print traceback on error

    This makes it possible for the JupyterKernel package to
    override the function OnBreak. Namely `errorLVars` becomes
    the global variable `ErrorLVarsOld` so that the alternative
    OnBreak function can also read from and write to it.
    ssiccha committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    75f968a View commit details
    Browse the repository at this point in the history