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

Add hack to change traceback syntax highlighting #14138

Merged
merged 2 commits into from Aug 28, 2023

Commits on Aug 14, 2023

  1. Add hack to change traceback syntax highlighting

    Similar to ipython#13756, add a hack to configure the Pygments style for
    syntax highlighting of tracebacks.
    
    This does not change default behavior.
    
    To use the hack, add to ipython_config.py:
    
        from IPython.core.ultratb import VerboseTB
        VerboseTB._tb_highlight_style = "pastie"
    
    Mitigates ipython#13953.
    Daniel Li committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    92c5f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    7e50ff3 View commit details
    Browse the repository at this point in the history