File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ Select all that apply:
83
83
:::{admonition} Solution
84
84
:class: solution, dropdown
85
85
86
- - ✅ Notebooks
87
- - ✅ Code
88
- - ❌ Large and/or shared datasets with read-write permissions – * consider using Cloud Object Storage or other cloud-native storage solutions*
89
- - ✅ Text files
90
- - ✅ Small datasets
91
- - ✅ Configuration files
92
- - ❌ Read-only datasets, e.g for teaching – * consider placing these files in the ` ~/shared ` directory*
93
- - ❌ Temporary data, e.g. intermediate results from a calculation – * consider using the ` /tmp ` directory*
86
+ - Yes: Notebooks
87
+ - Yes: Code
88
+ - No: Large and/or shared datasets with read-write permissions – * consider using Cloud Object Storage or other cloud-native storage solutions*
89
+ - Yes: Text files
90
+ - Yes: Small datasets
91
+ - Yes: Configuration files
92
+ - No: Read-only datasets, e.g for teaching – * consider placing these files in the ` ~/shared ` directory*
93
+ - No: Temporary data, e.g. intermediate results from a calculation – * consider using the ` /tmp ` directory*
94
94
95
95
:::
96
96
You can’t perform that action at this time.
0 commit comments