CDCgov / multisignal-epi-inference

Python package for statistical inference and forecast of epi models using multiple signals
https://cdcgov.github.io/multisignal-epi-inference/
10 stars 1 forks source link

Remove warning messages from tutorials #114

Open gvegayon opened 1 month ago

gvegayon commented 1 month ago

Goal

Deal with warnings and extraneous messages in the tutorials.

Context

https://github.com/CDCgov/multisignal-epi-inference/issues/91#issuecomment-2103247777

Required features

Review the rendered tutorials on the website and remove (when possible) avoidable warning messages like:

/home/runner/.cache/pypoetry/virtualenvs/pyrenew-ay_vsbmF-py3.12/lib/python3.12/site-packages/tqdm/auto.py:21: 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

Specifications