From 936872da001c9a4e6ceaf9e0e50fdd03f172fcee Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sun, 3 Dec 2023 20:19:29 -0600 Subject: [PATCH] Revert "Tweak wording in using-notebooks (#193)" (#195) It looks like the feature is being added to vscode-jupyter! This reverts the wording since the old wording turns out more accurate, but I'll want to update this again once I've checked the details and (if ready) tried it out on our notebooks with raises-exception. 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).