Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36ff707

Browse files
DOC: comment slow code execution
1 parent 14712fc commit 36ff707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/environment/1-atm-models/ensemble.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Global Ensemble Forecast System (GEFS)
2424
The ``GEFS`` model is a global ensemble forecast model ...
2525

2626

27-
.. jupyter-execute::
27+
.. code-block:: python
2828
2929
from datetime import date, timedelta
3030
from rocketpy import Environment
@@ -45,7 +45,7 @@ The ``GEFS`` model is a global ensemble forecast model ...
4545
.. forecasts are kept away stored.
4646
.. Changing this is as easy as the following line of code.
4747
48-
.. jupyter-execute::
48+
.. code-block:: python
4949
5050
env_gefs.select_ensemble_member(3) # selects the 3rd forecast member
5151
@@ -56,7 +56,7 @@ A very useful thing is to compare the forecast of all ensemble members, as well
5656
as confirming how many are there.
5757
All of this can be done by calling the :meth:`rocketpy.Environment.all_info` method.
5858

59-
.. jupyter-execute::
59+
.. code-block:: python
6060
6161
env_gefs.all_info()
6262

0 commit comments

Comments
 (0)