Skip to content

Commit

Permalink
Tweak wording in using-notebooks (#193)
Browse files Browse the repository at this point in the history
Adding raises-exception support may be out of scope for
vscode-jupyter due to lack of widespread interest in the feature.
This slightly rewords the second on VS Code to avoid falsely
implying that the project has committed to adding raises-exception
support or that it will necessarily be added.

Further refinement may be possible in the future, but I'm doing
this small rewording now to avoid potentially confusing inaccuracy.
  • Loading branch information
EliahKagan authored Dec 3, 2023
1 parent d1dd5d5 commit c01eedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/using-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 will be fully fixed in `vscode-jupyter`, at which point VS Code
Eventually this may 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).

0 comments on commit c01eedc

Please sign in to comment.