In my settings.json, I have
"[python]": { "editor.rulers": [ 79, 120 ], "editor.defaultFormatter": "ms-python.python" }, but these rulers also appear in all my Jupyter Notebooks, which is not desired.
How can I make these exempt from showing the rulers?
PS: In the main articles regarding rulers, nothing like that has been answered till now:
