Hi
I don't want any ipynb notebooks in the project I manage. I don't want any 'output' committed into our repo. I don't like to run diff tools on the ipynb notebooks. etc. I want every user in my workspaces to use simple .py files. They are easier to work with in git or in linters, type checkers etc.
I know I can set the 'source' as default format for me.
I would like to set 'source' format as default for all users of all workspaces I am an admin of. How do I do it?