-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
I would like to exclude the traceback from being copied:
>>> 1 / 0
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ZeroDivisionError: division by zeroBut that's difficult because the class of "division by zero" is .n, and hard coding the prompts is prone to error.
Proposal
If a code block contains .gp, allow to exclude .gp from lines and only copy these lines. >>> becomes an empty line.
Or alternatively convert the other lines to empty lines.
Tasks and updates
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request