Skip to content

Commit 2c746ca

Browse files
committed
Use string instead of formatting
1 parent da4c433 commit 2c746ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

episodes/transfer_data.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ Select all that apply:
8383
:::{admonition} Solution
8484
:class: solution, dropdown
8585

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*
9494

9595
:::
9696

0 commit comments

Comments
 (0)