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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ You'll create your own notebook.
45
45
- Keep each cell to only a few lines of code.
46
46
- Allows/encourages you to output intermediate results, ensuring that everything is working as expected.
47
47
- You are always welcome to **add cells**. You probably don't want more than a few lines of code in each. This makes the spot checking of intermediate results easier.
48
-
- Make notebooks [idempotent](https://en.wikipedia.org/wiki/Idempotence)
48
+
- Make notebooks [idempotent](https://en.wikipedia.org/wiki/Idempotence).
49
49
- Makes your work reproducible.
50
50
- Use `Restart session and run all` (⏩ button in toolbar).
51
51
@@ -54,10 +54,10 @@ You'll create your own notebook.
54
54
1. Ensure all the outputs are visible and the notebook is cleaned up.
55
55
- This is a good time to run the notebook end-to-end with `Restart session and run all`.
56
56
- See [general scoring criteria](syllabus.md#assignment-scoring).
57
-
1. Ensure the notebook doesn't contain any sensitive information. (Only really applicable to [open-ended assignments](assignments/open_ended.md).)
57
+
1. Ensure the notebook doesn't contain any sensitive information. (Only really applicable to [open-ended assignments](assignments/open_ended.md).) This might include:
58
58
- API keys
59
-
- Personally-identifiable information (PII)
60
-
1.`Download as .ipynb` and `.py` (two files).
59
+
- Personally-identifiable information (PII; data about individuals)
60
+
1.`Download .ipynb` and `.py` (two files).
61
61
62
62

63
63
@@ -82,7 +82,7 @@ You'll create your own notebook.
82
82
-**In a visualization, the values are out of order along the axis, or you're seeing vertical/zig-zag-y lines:** Make sure that:
83
83
- The values are integers/floats/[timestamps](https://plotly.com/python/line-charts/#line-plots-on-date-axes), not strings, where applicable.
84
84
-[Line charts: The column used for the X axis is sorted.](https://plotly.com/python/line-charts/#data-order-in-line-charts)
85
-
-**`AttributeError: partially initialized module 'orjson' has no attribute 'OPT_NON_STR_KEYS'`:** Add the following cell before your other Plotly code, then `Restart session and run all`.
85
+
-[**`AttributeError: partially initialized module 'orjson' has no attribute 'OPT_NON_STR_KEYS'`:**](https://github.com/plotly/plotly.py/issues/3567) Add the following cell before your other Plotly code, then `Restart session and run all`.
0 commit comments