Skip to content

Commit c5f28fc

Browse files
docs: avoid showing the whole dataset
1 parent 6806c2a commit c5f28fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/examples/neural_ode_weather_forecast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function download_data(data_url = "https://raw.githubusercontent.com/SebastianCa
2525
end
2626
2727
df = download_data()
28+
first(df, 5) # hide
2829
```
2930

3031
```@example weather_forecast

0 commit comments

Comments
 (0)