How to enable linting in jupyter notebooks #10692
Unanswered
f-ritter
asked this question in
Questions and Answers
Replies: 1 comment 10 replies
-
Do you have the "Python" extension also installed? The Jupyter extension doesn't provide the actual linting / formatting support. You need to have the Python extension in addition. If you have that installed you should see linting errors and error squiggles in notebook files. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
The readme mentions:
How can we enable linters? The issues don't show up in the problems tab and aren't underlined like in .py files.
It's important to us that we don't have to start this process manually but see issues while coding.
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions