In a collaborative project, one of the difficult challenges is to maintain a consistent style. For students working with Python for the first time, style changes make the learning steeper and longer.
Recently I started using this package in Jupyterlab ... https://github.com/ryantam626/jupyterlab_code_formatter. It installs one button into the Jupyterlab toolbar that reformats all code in the notebook to conform with PEP 8. It's very quick, the resulting code is clean and clear. So far it has been flawless.
Perhaps it may be something useful for this project.
In a collaborative project, one of the difficult challenges is to maintain a consistent style. For students working with Python for the first time, style changes make the learning steeper and longer.
Recently I started using this package in Jupyterlab ... https://github.com/ryantam626/jupyterlab_code_formatter. It installs one button into the Jupyterlab toolbar that reformats all code in the notebook to conform with PEP 8. It's very quick, the resulting code is clean and clear. So far it has been flawless.
Perhaps it may be something useful for this project.