You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gemini/styleguide.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,9 @@ Most of the cookbook content is Colab notebooks, which are stored as Json.
39
39
* Those cells can be either Markdown or python code (or sometimes bash in which case the code cell starts with `%%bash`).
40
40
* The `outputs` do not have to be ignored, but if none of them changed while some code has, it might be a sign that the
41
41
notebook has not been run to check that it works, in which case a warning should be raised;
42
+
* Ideally we want the ouputs to be saved in the notebooks so that one can see what the code does without runnning it. The only exception is when the ouput is tooo large (it contains images or videos for ex.).
42
43
* If the `execution_count` has changed to something else than `null`, it usually indicates that the formatting script has not
43
-
been run. A warning should be raised, but only once per notebook.
44
+
been run. A warning should be raised, but only once per notebook. Be very clear that it means that the formatting script must be run, not that the outputs should be removed.
0 commit comments