UBC-MDS / programming-in-python-for-data-science

https://prog-learn.mds.ubc.ca/
Other
20 stars 22 forks source link

Tiffany Recording List #62

Closed hfboyce closed 3 years ago

hfboyce commented 4 years ago

IN SHORT:

EXPLAINED

Slide deck 7.1

Slide deck 7.12

!flake8 filename_here.py
!black filename_here.py

Formatting with Flake8 and Black

To use the black Jupyter extension -> just right click the cell and you'll see format cell image

Slide deck 7.15

Slide deck 7.18