econ-ark / REMARK

Replications and Explorations Made using the ARK
Apache License 2.0
19 stars 56 forks source link

Style Guide: first cell in notebooks should have all the imports #67

Open MridulS opened 4 years ago

llorracc commented 4 years ago

@MridulS please

  1. Add this to the REMARKs README.md document
  2. Make it so, for existing remarks.
llorracc commented 3 years ago

This should be true for DemARKs as well

There should be a uniform set of style guidelines that specify this

llorracc commented 3 years ago

This should really be in some "style guidelines" that we have not yet written.

For REMARKs, we should perhaps insist that the first cell EITHER import everything it needs OR just run the requirements.txt file (if one exists).

sbenthall commented 3 years ago

We now have this repository as an index to other repositories.

We can include 'Style guidelines' as a REMARK requirement, or not.

Shall they be mandatory?