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: docs/source/tutorials/downloadable_example.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ title: Downloadable samples
4
4
5
5
# Downloadable samples
6
6
7
+
## First retrieval
8
+
7
9
Retrieving sample examples is as easy as:
8
10
9
11
```python
@@ -13,4 +15,8 @@ print(AVAILABLE_EXAMPLES)
13
15
print("samples.vki_ls59:", samples.vki_ls59)
14
16
```
15
17
16
-
The first call to `samples.vki_ls59` triggers a download and takes a few seconds, whereas subsequent calls are instantaneous because they reuse the cached sample.
18
+
The first call to `samples.vki_ls59` triggers a download and takes a few seconds.
19
+
20
+
## Cached retrieval
21
+
22
+
Subsequent calls are instantaneous because they reuse the cached sample.
0 commit comments