如何在交互式提示中关闭行编号 (Visual Studio 2017)

How to turn off line numbering in interactive prompt (Visual Studio 2017)

如何停止此 "In [2]:" 行编号?我试图在堆栈溢出的交互式提示中使用一些快捷方式,现在我的交互式提示在开始出现后冻结了。

Visual Studio 2017 'Interactive'

在 x = 5 后按 'Enter' 现在冻结了。

>>> import numpy

In [2]: x = 5

创建新的交互式 window 而不是尝试解决问题。 单击 'Open interactive window' 并隐藏显示上述问题的交互式提示。