I am using version 12.1.1.0 on OS X 10.13.
Every so often, a Python interpreter cell appears:
I think I am probably summoning it by inadvertently pressing ">" (due to clumsy typing). Or maybe some other keyboard shortcut which I haven't discovered is to blame.
Before the interpreter cell appears it often causes a beachball for several seconds, and I find it annoying.
Can I disable the interpreter?
Can I disable all keyboard shortcuts which summon it?
For context, this question discusses the interpreter and the keyboard shortcut, but doesn't address how to disable them.


SetOptions[EvaluationNotebook[], StyleDefinitions -> Notebook[{Cell[StyleData[StyleDefinitions -> "Default.nb"]], Cell[StyleData["Input"], StyleKeyMapping -> {"=" -> "WolframAlphaShort", "*" -> "Item"}]}, StyleDefinitions -> "PrivateStylesheetFormatting.nb"]]works. – kglr Aug 27 '21 at 08:44"=" -> "WolframAlphaShort",). – user108903 Aug 27 '21 at 13:55