From 4d47b4400ba21a43c1150ddfedf016f1bcf04301 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sun, 3 Dec 2023 20:14:46 -0600 Subject: [PATCH] Revert "Tweak wording in using-notebooks (#193)" This reverts commit c01eedceb24c16bdf784255367efe1a9f75002a0. --- doc/using-notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/using-notebooks.md b/doc/using-notebooks.md index 1c02b23d..d52795ff 100644 --- a/doc/using-notebooks.md +++ b/doc/using-notebooks.md @@ -82,7 +82,7 @@ notebook), JupyterLab heeds the `raises-exception` cell tag, printing a traceback but continuing execution with the next cell. In contrast, the `vscode-jupyter` extension does not yet do so. -Eventually this may be fully fixed in `vscode-jupyter`, at which point VS Code +Eventually this will be fully fixed in `vscode-jupyter`, at which point VS Code may become the best way to work with the notebooks in this project. This is related to [microsoft/vscode-jupyter#11441](https://github.com/microsoft/vscode-jupyter/issues/11441).