uber / orbit

A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
https://orbit-ml.readthedocs.io/en/stable/
Other
1.86k stars 132 forks source link

Version Stamp on Notebooks #780

Open edwinnglabs opened 2 years ago

edwinnglabs commented 2 years ago

Is your feature request related to a problem? Please describe. it seems helpful to me to have a function reporting what is the current version of python and orbit-ml to reproduce the result we see up in the notebook.

Describe the solution you'd like

def generate_version_stamp():
  msg = "python version:{}\norbit-ml version:{}..."

Describe alternatives you've considered open to other alternatives