diff --git a/BLcourse2.3/01_one_dim.py b/BLcourse2.3/01_one_dim.py index 1b175af23dbfe8a7f455c339b86c90bef6fb2833..2f203669bc5efc17be304802f0887cef92054063 100644 --- a/BLcourse2.3/01_one_dim.py +++ b/BLcourse2.3/01_one_dim.py @@ -6,11 +6,11 @@ # extension: .py # format_name: light # format_version: '1.5' -# jupytext_version: 1.16.2 +# jupytext_version: 1.17.1 # kernelspec: -# display_name: Python 3 (ipykernel) +# display_name: bayes-ml-course # language: python -# name: python3 +# name: bayes-ml-course # --- # # Notation @@ -437,8 +437,6 @@ with torch.no_grad(): ax_sigmas.legend() # - -# + # When running as script if not is_interactive(): plt.show() -# -