Is your feature request related to a problem? Please describe.
interpreter.computer.run("python", "computer.run(print('Hello from the terminal run!'))")
The result only shows this [IPKernelApp] WARNING | Parent appears to have exited, shutting down.
Describe the solution you'd like
interpreter.computer.run("python", "computer.run(print('Hello from the terminal run!'))")
The result only shows this [IPKernelApp] WARNING | Parent appears to have exited, shutting down.
Describe alternatives you've considered
No response
Additional context
No response