Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Add cell tag to suppress our special messages #2

Open
davidwagner opened this issue Sep 14, 2021 · 0 comments
Open

Add cell tag to suppress our special messages #2

davidwagner opened this issue Sep 14, 2021 · 0 comments
Assignees

Comments

@davidwagner
Copy link
Member

We should provide a way to mark a cell as exempt from our custom error messages. Suggested mechanism: if the cell has the tag "no-custom-error", then we don't display any of our custom error message, and just display the standard Python exception text that they'd see in teh absence of our library.

(You can add a tag to the Jupyter notebook by using Edit >> Cell Toolbar >> Tags.)

This will be useful for cells where we want to show erroneous code and show the standard Python exception message, without our custom additions.

raymondw2 pushed a commit that referenced this issue Oct 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants