diff --git a/docs/src/examples/neural_ode_weather_forecast.md b/docs/src/examples/neural_ode_weather_forecast.md index 8f32dfc0c..35404b7f4 100644 --- a/docs/src/examples/neural_ode_weather_forecast.md +++ b/docs/src/examples/neural_ode_weather_forecast.md @@ -25,6 +25,7 @@ function download_data(data_url = "https://raw.githubusercontent.com/SebastianCa end df = download_data() +first(df, 5) # hide ``` ```@example weather_forecast