Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
docs(README): document in README optional dependency installation for…
Browse files Browse the repository at this point in the history
… Jupyter Notebooks
  • Loading branch information
BjoernLudwigPTB committed Jun 12, 2020
1 parent 361484d commit a59f98d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ us know. You may, for instance, drop an email to one of the [authors
](mailto:bjoern.ludwig@ptb.de) or [Maximilian Gruber
](mailto:maximilian.gruber@ptb.de))

### Optional Jupyter Notebook dependencies

If you are familiar with Jupyter Notebooks, you find some examples in the _examples_ and
the _tutorials_ subfolders of the source code repository. To execute these you need
additional dependencies which you can install via

```shell
pip install PyDynamic[examples]
```

### Examples

Uncertainty propagation for the application of a FIR filter with coefficients
Expand Down

0 comments on commit a59f98d

Please sign in to comment.