valdanchev / reproducible-data-science-python

Reproducible Data Science with Python
Other
19 stars 8 forks source link

JOSE Review: Notes on notebooks #5

Closed TomDonoghue closed 2 years ago

TomDonoghue commented 2 years ago

This issue / suggestion is related to the JOSE review.

Here I'm collecting a few thoughts on the notebooks.

Notes on formatting:

Notes on content:

valdanchev commented 2 years ago

Many thanks for the very helpful feedback @TomDonoghue. Will go through your comments and will write back when I manage to address them.

valdanchev commented 2 years ago

In relation to the notes on formatting, the code now conforms to PEP 8 by running automated code formatters Black and flake8 on Jupyter through nbQA.

The printing of long elements was reduced by:

To address the notes on content, added the following sections in the notebook 'Python for Data Analysis on the Cloud':

TomDonoghue commented 2 years ago

The updates all look good to me!