You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/skip-traceback/skip-traceback.yaml

46 lines
1.2 KiB

Type: Jupyter Notebook Extension
Name: Skip-Traceback
Description: |
Hide error tracebacks, displaying instead a summary of the error name and
type. Clicking the summary displays the whole traceback.
Link: readme.md
Icon: icon.png
Main: main.js
Compatibility: 4.x
Parameters:
- name: skip-traceback.animation_duration
description: |
duration (in milliseconds) of the show/hide traceback animations
input_type: number
min: 0
step: 10
default: 100
- name: skip-traceback.button_icon
description: |
a fontawesome (https://fontawesome.com/icons) class name, used for the
action and toolbar button.
input_type: text
default: fa-warning
- name: skip-traceback.show_copy_buttons
description: |
Add buttons to headings to copy the full traceback to the clipboard
input_type: checkbox
default: true
- name: skip-traceback.enable
description: |
enable collapsing tracebacks on loading the nbextension
input_type: checkbox
default: true
- name: skip-traceback.use_toolbar_button
description: |
add a button to the toolbar which can be used to toggle on or off the
contracted display of all cells' tracebacks at once.
input_type: checkbox
default: false