Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 698 Bytes

guidelines.md

File metadata and controls

17 lines (10 loc) · 698 Bytes

coding guidelines

  • adhere to PEP8
  • use black --line-length=79

You can use an automated code formatter in JupyterLab, see: Setup for instructions.

contribution guidelines

Before git-adding changes to a JupyterLab Notebook click: KernelRestart and Clear All Outputs followed by the button Format notebook.


When pair-programming trail the commit message with:
Co-authored-by: Name <name@example.com>.

See Creating co-authored commits on GitHub for details.