You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,30 +28,30 @@ jupyter lab build
28
28
29
29
### Troubleshooting
30
30
31
-
Before looking in the following list, be sure the server extension and the frontend extension have the same version. For that you can execute the following commands:
31
+
Before consulting the following list, be sure the server extension and the frontend extension have the same version by executing the following commands:
32
32
33
33
```bash
34
34
jupyter serverextension list
35
35
jupyter labextension list
36
36
```
37
37
38
-
-The Git panel does not recognized you are in a Git repository
38
+
-**Issue**: the Git panel does not recognize that you are in a Git repository.
39
39
40
40
Possible fixes:
41
41
42
42
- Be sure to be in a Git repository in the filebrowser tab
43
43
44
-
- Check the server log, if you see a warning with a 404 code similar to:
44
+
- Check the server log. If you see a warning with a 404 code similar to:
45
45
`[W 00:27:41.800 LabApp] 404 GET /git/server_root?1576081660665`
46
46
47
47
Explicitly enable the server extension by running:
- If you are using JupyterHub or some other technologies requiring to setan initialization script including the jupyterlab-git extension, be sure to install the frontend and the server extension before launching JupyterLab.
52
+
- If you are using JupyterHub or some other technologies requiring an initialization script which includes the jupyterlab-git extension, be sure to install both the frontend and the server extension **before** launching JupyterLab.
0 commit comments