From bd4f40926a0822957bf5dcdb01f1c7db2086c29f Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Wed, 15 Oct 2025 18:52:45 +0200 Subject: [PATCH] Fix badge formatting in README.md --- python/widgetsnbextension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/widgetsnbextension/README.md b/python/widgetsnbextension/README.md index 6df991b8d7..ebd97e21ad 100644 --- a/python/widgetsnbextension/README.md +++ b/python/widgetsnbextension/README.md @@ -1,6 +1,6 @@ # Jupyter Widgets for Jupyter Notebook -![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets) +[![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets) This package makes Jupyter widgets available in the classic Jupyter Notebook. This package provides the necessary JavaScript controls in the Jupyter Notebook that communicate with the widget objects in the kernel.