Import wradlib and check its version#

This simple example shows the \(\omega radlib\) version at rendering time.

[1]:
import wradlib

print(wradlib.__version__)
/home/runner/micromamba-root/envs/wradlib-tests/lib/python3.11/site-packages/tqdm/auto.py:22: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
  from .autonotebook import tqdm as notebook_tqdm
1.20.0.dev7+gee9b6f8