Skip to content

Commit 3a35e3f

Browse files
authored
Merge pull request #4000 from jupyter-widgets/Carreau-patch-1
Fix badge formatting in README.md
2 parents 6895aa2 + bd4f409 commit 3a35e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/widgetsnbextension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jupyter Widgets for Jupyter Notebook
22

3-
![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
3+
[![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
44

55
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.
66

0 commit comments

Comments
 (0)