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: doc/getting_started.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ The basic usage of the windpowerlib is shown in the ModelChain example that is a
69
69
To run the example you need the example weather and turbine data used:
70
70
71
71
* :download:`Example weather data file <../example/weather.csv>`
72
-
* :download:`Example power curve data file <../example/data/power_curves.csv>`
73
-
* :download:`Example power coefficient curve data file <../example/data/power_coefficient_curves.csv>`
74
-
* :download:`Example nominal power data file <../example/data/turbine_data.csv>`
72
+
* :download:`Example power curve data file <../windpowerlib/data/default_turbine_data/power_curves.csv>`
73
+
* :download:`Example power coefficient curve data file <../windpowerlib/data/default_turbine_data/power_coefficient_curves.csv>`
74
+
* :download:`Example nominal power data file <../windpowerlib/data/default_turbine_data/turbine_data.csv>`
75
75
76
76
Furthermore, you have to install the windpowerlib and to run the notebook you also need to install `notebook` using pip3. To launch jupyter notebook type ``jupyter notebook`` in the terminal.
77
77
This will open a browser window. Navigate to the directory containing the notebook to open it. See the jupyter notebook quick start guide for more information on `how to install <http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html>`_ and
0 commit comments