Closed as not planned
Description
Feature or enhancement
An option to clear the interactive python shell would be quite helpful in case the shell gets clunky
Pitch
Since many times we have to use the interactive shell for certain purposes for a long time it is kind of tedious to use
>import os
>os.system("clear")everytime, even with pythonrc it will be tedious to set it everytime when switched to a different workspace , hence it would be really helpful to have this feature builtin to prevent repeating things.

