From a72b9852ed5af0f9368acb6737557960515a6fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 30 Nov 2020 10:46:29 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e998b0b7b..f6c97f79c 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,15 @@ Or equivalently in `jupyter_notebook_config.json`: ## Troubleshooting -Before consulting the following list, be sure the server extension and the frontend extension have the same version by executing the following commands: +Before consulting the following list, be sure the `jupyterlab_git` server extension and the `@jupyterlab/git` frontend extension have the same version by executing the following commands: ```bash jupyter serverextension list jupyter labextension list ``` +If they do not match or one is missing, please [reinstall the package](README.md#Install). + - **Issue**: the Git panel does not recognize that you are in a Git repository. Possible fixes: