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: assignments.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,9 @@ You'll create your own notebook{% if id == "nyu" %}, using `Python [conda env:py
64
64
1. Ensure all the outputs are visible and the notebook is cleaned up.
65
65
- This is a good time to run the notebook end-to-end with `Restart and run all`{% if id == "nyu" %} (⏩){% endif %}.
66
66
- See [general scoring criteria](syllabus.md#assignment-scoring).
67
+
1. Ensure the notebook doesn't contain any sensitive information. (Only really applicable to [open-ended assignments](assignments/open_ended.md).)
68
+
- API keys
69
+
- Personally-identifiable information (PII)
67
70
{% if id == "columbia" -%}
68
71
1. Confirm that the notebook is [shared](https://research.google.com/colaboratory/faq.html#notebook-storage) with [the instructor and {{assistant_name}}](syllabus.md#instructor-information) with `Commenter` permissions. If it isn't, [share the parent folder](hw_0.ipynb#one-time-setup) and re-confirm.
Copy file name to clipboardExpand all lines: final_project.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,12 @@ If you insist: Make sure you use at least 40 lines of code to come to a conclusi
63
63
{% if id == "columbia" -%}
64
64
[Instructions](assignments.md#submission)
65
65
{% else -%}
66
+
1. Remove the following from the notebook, filename, file paths, etc:
67
+
- Name
68
+
- NetID
69
+
- Sensitive information
70
+
- API keys
71
+
- Personally-identifiable information (PII)
66
72
1. Export the files.
67
73
-`.ipynb`:
68
74
1.`File`
@@ -82,16 +88,10 @@ If you insist: Make sure you use at least 40 lines of code to come to a conclusi
82
88
### Notes
83
89
84
90
-**DO NOT WAIT UNTIL THE LAST MINUTE TO [SUBMIT](assignments.md#submission).** Leave yourself time to fix any [issues that come up](assignments.md#common-issues) in doing so, computer crashing, etc.
85
-
- Please try to preserve anonymity.
86
-
- Keep your name/username out of the notebook title, text cells, file paths, etc.
87
-
{% if id == "columbia" -%}
88
-
- Hold off on responding to comments on your notebook before you get your Project grade.
89
-
{%- endif %}
90
-
- Don't leave any sensitive information in the notebook, such as:
91
-
- API keys
92
-
- Personally-identifiable information (PII)
93
-
94
-
Because it's the end of the course and [your peers are doing the reviews](final_project/peer_grading.md), **there will be no extensions{% if id == "nyu" %} or resubmissions{% endif %}**.
91
+
- Because it's the end of the course and [your peers are doing the reviews](final_project/peer_grading.md), **there will be no extensions{% if id == "nyu" %} or resubmissions{% endif %}**.
92
+
{% if id == "columbia" -%}
93
+
- Hold off on responding to comments on your notebook before you get your Project grade.
0 commit comments