VsCode 内部人员中的 Jupyter Notebook 显示重复输出

Jupyter Notebook in VsCode insiders shows duplicate output

我正在为我的 jupyter notebook 使用 VS-code insiders,它工作正常直到最近它开始在 notebook 中给我重复的输出,我试图停止 conda 服务器甚至关闭并重新加载 notebook,什么都没有似乎有效,如果有人可以帮助我的话。

当使用 VS Code Insiders 时,笔记本的 UI 实际上是由 VS Code 本身提供的(这是一项新功能,因此它只在内部人员中推出)而不是扩展。这个新的 VS 代码笔记本 UI 还很早,所以它偶尔会出现问题。你的问题看起来像这里的这个,看起来几天前就已经解决了。看起来更新到最新版本的 VS Code - Insiders(不是 Python 或 Jupyter 扩展)应该会为你解决这个问题。

https://github.com/microsoft/vscode/issues/112337