How to stop "Problems" in notebooks from being detected/shown to the user prior to running the code? #14840
Unanswered
kostrykin
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm preparing a training course, which will involve Python and Jupyter Notebooks. For this course, it is important that code errors are only shown to the user when the code is executed, so Linters should be disabled. I figured out how to disable Linters (Pylance),
but Jupyter Notebooks still report "Problems" before the code is executed:
I think those "Problems" are reported not by Pylance (which is already disabled) but rather by the
ms-toolsai.jupyter
extension itself, could that be? How to turn that off?Beta Was this translation helpful? Give feedback.
All reactions