In Jupyterlab, It is possible to change the tab space for each constituent of a Jupyter notebook through Settings ->
Advanced Settings Editor ->
Notebook option and editing the tabSize
attribute. However, this changes the tab size for the notebooks for every kernel.
I would like to have 2 tab spaces for Scala kernel and 4 tab spaces (the default) for the rest. It such a setting possible?