diff --git a/README.md b/README.md
index 75826a6..144268b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# jupyterlab_ws_chat
[![Github Actions Status](https://github.com/brichet/jupyterlab-ws-chat/workflows/Build/badge.svg)](https://github.com/brichet/jupyterlab-ws-chat/actions/workflows/build.yml)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/brichet/jupyterlab-ws-chat/HEAD?urlpath=lab)
A chat extension for Jupyterlab, based on websocket for exchanging messages.
@@ -39,7 +40,7 @@ message.
### Open the chat
The chat can be opened from the left panel
-.
+.
### Notifications and navigation
@@ -56,17 +57,17 @@ When code is inserted in a message, a toolbar is displayed under the code sectio
options must be set up from the [settings](#chat-settings)).
From this toolbar, the code can be copied to the clipboard:
-
+
If a notebook is opened and visible (and has an active cell), other actions are
available:
- copy the code to a new cell above the active one:
-
+
- copy the the code to a new cell below the active one:
-
+
- replace the content of the active cell with the code:
-
+
### Chat settings
diff --git a/jupyterlab_ws_chat/_version.py b/jupyterlab_ws_chat/_version.py
deleted file mode 100644
index 906ff00..0000000
--- a/jupyterlab_ws_chat/_version.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# This file is auto-generated by Hatchling. As such, do not:
-# - modify
-# - track in version control e.g. be sure to add to .gitignore
-__version__ = VERSION = '0.5.0'