-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: add interactive Bokeh plots in ws_pow_filtering (#92)
* Add interactive Bokeh plots. * Add option to produce bokeh plots in examples with artificial data. Disabled by default. * Expand docstring and fix some incorrect docstrings in other places. * Update dependencies.
- Loading branch information
1 parent
8d481f9
commit 5070595
Showing
4 changed files
with
318 additions
and
74 deletions.
There are no files selected for viewing
183 changes: 120 additions & 63 deletions
183
examples_artificial_data/raw_data_processing/filter_ws_power_curves.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
bokeh>=3.1.1 | ||
floris>=3.4 | ||
feather-format | ||
ipympl>=0.9.3 | ||
matplotlib>=3.6.3 | ||
numpy | ||
pandas>=1.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters