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 条评论
排序方式
日期
投票数
No, you can't. Each Python interpreter can only have a single input/output console attached.
请先登录再写评论。