VSCode1.59でjupyter notebookが標準対応されたのに古いエディタが開くときの直し方
VSCodeをバージョンアップしたのに
This editor is deprecated and we'll remove it after 1.59 of VS Code. Learn more about our new notebook editor.
というメッセージが出る。
同じ困りごとがあって解決していた。
https://github.com/microsoft/vscode-jupyter/issues/7139
ファイル>ユーザー設定>設定>editorAssociationsを検索
jupyter.notebook.ipynb みたいな記述がある行を削除するとメッセージが消えて最新のipynbのエディタで開けるようになった。