jupyterlab-skip-traceback
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

jupyterlab-skip-traceback

Binder NPM version NPM DM Build Status

A JupyterLab extension for rendering Errors with a copy/paste button and expand/collapse.

This is inspired by the notebook version here.

Screenshot

Requirements

  • JupyterLab >= 2.0

Install

jupyter labextension install jupyterlab-skip-traceback

Contributing

Install

# Install dependencies 
yarn
# Build Typescript source 
yarn run build
# Link your development version of the extension with JupyterLab 
jupyter labextension link .
# Rebuild Typescript source after making changes 
yarn run build
# Rebuild JupyterLab after making any changes 
jupyter lab build

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

# Watch the source directory in another terminal tab 
yarn run watch
# Run jupyterlab in watch mode in one terminal tab 
jupyter lab --watch

Uninstall

jupyter labextension uninstall jupyterlab-skip-traceback

History

This plugin was contributed back to the community by the D. E. Shaw group.

D. E. Shaw Logo

License

This project is released under a BSD-3-Clause license.

"Jupyter" is a trademark of the NumFOCUS foundation, of which Project Jupyter is a part.

Package Sidebar

Install

npm i jupyterlab-skip-traceback

Weekly Downloads

1

Version

3.0.0

License

BSD-3-Clause

Unpacked Size

18.4 kB

Total Files

16

Last publish

Collaborators

  • metalhead95
  • mlucool