Skip to content

Commit a51cda1

Browse files
fcollonvalkgryte
andauthored
Apply suggestions from code review
Co-Authored-By: Athan <[email protected]>
1 parent 9e2fe0d commit a51cda1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,30 @@ jupyter lab build
2828

2929
### Troubleshooting
3030

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:
3232

3333
```bash
3434
jupyter serverextension list
3535
jupyter labextension list
3636
```
3737

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.
3939

4040
Possible fixes:
4141

4242
- Be sure to be in a Git repository in the filebrowser tab
4343

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:
4545
`[W 00:27:41.800 LabApp] 404 GET /git/server_root?1576081660665`
4646

4747
Explicitly enable the server extension by running:
4848
```bash
4949
jupyter serverextension enable --py jupyterlab_git
5050
```
5151

52-
- If you are using JupyterHub or some other technologies requiring to set an 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.
5353

54-
- The Git panel is not visible
54+
- **Issue**: the Git panel is not visible.
5555

5656
Possible fixes:
5757

0 commit comments

Comments
 (0)