简体   繁体   English

如何默认用preview notebook editor打开jupyter

[英]How to open jupyter with preview notebook editor by default

github.com/microsoft/vscode-jupyter says that I have to add the following code: github.com/microsoft/vscode-jupyter说我必须添加以下代码:

"jupyter.experiments.optOutFrom": ["NativeNotebookEditor"]

in my settings.json file like so在我的settings.json文件中,像这样

在此处输入图像描述

But it doesn't work, even after removing但它不起作用,即使在删除后

"workbench.editorAssociations": {"*.ipynb": "jupyter-notebook"}

Does anybody know how to solve this?有人知道如何解决这个问题吗?

It seems has been removed:它似乎已被删除:

This is by design.这是设计使然。 The Native Notebook editor is no longer an experiment. Native Notebook 编辑器不再是一个实验。 Sorry we didn't tell you.抱歉我们没有告诉你。

refer to here参考这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM