You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: