-
Notifications
You must be signed in to change notification settings - Fork 0
Skip Traceback
This extension hides Python tracebacks and only displays the error type an name.
After loading the extension, only newly executed cells are affected. Previous tracebacks will remain visible until the corresponding cell is executed again.
If you press the button on the toolbar with the exclamation mark, you can turn on tracebacks again.
Copy the skip-exceptions directory to a new /nbextensions/usability/skip-exceptions directory of your user's IPython directory and add
IPython.load_extensions('usability/skip-exceptions/main.js')to your custom.js file. Alternatively, you might want to use the nbextensions UI. Take a look at the general installation instructions in the Wiki if you are unsure how to proceed.
This extensions works by overriding the OutputArea.prototype.append_error function, replacing it with a new function that only displays the error type and message.
Aspell
Breakpoints
Chrome Clipboard
Codefolding
Comment Uncomment
Drag and Drop
Execute Timings
Help Panel
Hide Input All
Hierarchical Collapse
International Keymap
Javascript Highlighter
LaTeX Environments
Limit Output
Linenumbers
Navigation Hotkeys
Nbconvert Button
Printview Button
Printviewmenu Button
Python Markdown
Readonly
Rubberband
Runtools
Search & Replace
Search
Shift-Tab 3.x
Skip Traceback
