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
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,45 @@ jupyter lab build
28
28
29
29
### Troubleshooting
30
30
31
-
- When you run JupyterLab, if you can see the Git sidepanel UI but you cannot get it to work, you may need to explicitly enable the serverextension by running:
31
+
Before consulting the following list, be sure the server extension and the frontend extension have the same version by executing the following commands:
- 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.
53
+
54
+
- **Issue**: the Git panel is not visible.
55
+
56
+
Possible fixes:
57
+
58
+
- Check that the JupyterLab extension is installed:
59
+
60
+
```bash
61
+
jupyter labextension list
62
+
```
63
+
64
+
If you don't see `@jupyterlab/git v... enabled OK` in the list, explicitly install the jupyter labextension by running:
0 commit comments