run python console using same kernel
Can I open two python console (using Tool–> run Python console) using the same kernel? They share the same variables.
1 comment
Sort by
Date
Votes
No, you can't. Each Python interpreter can only have a single input/output console attached.
Please sign in to leave a comment.