Is there any way for the user to press TAB inside a Pyodide code cell and get it interpreted as an actual TAB indentation? At the moment, one has the default browser behaviour, where the selection jumps to another page element.
This also makes it quite hard to indent and unindent blocks of code, unless I am missing something.