How to beautify a code in notebook cells

Is there a way to beautify lines of code once entered in notebook cells ?

hi @PBrockmann you can enable Prettier on your personal settings, then every time you run the cell, Prettier will auto-format it for you

3 Likes

Sure. Thank you very much !