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
- 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
-
53
+
54
54
- **Issue**: the Git panel is not visible.
55
55
56
56
Possible fixes:
57
-
57
+
58
58
- Check that the JupyterLab extension is installed:
59
-
59
+
60
60
```bash
61
61
jupyter labextension list
62
62
```
63
-
64
-
If you don't see `@jupyterlab/git v... enabled OK` in the list, explicitly install the jupyter labextension by running:
65
-
63
+
64
+
If you don't see `@jupyterlab/git v... enabled OK` in the list, explicitly install the jupyter labextension by running:
65
+
66
66
```bash
67
-
jupyter labextension @jupyterlab/git
67
+
jupyter labextension install @jupyterlab/git
68
68
```
69
69
70
70
## Development
@@ -87,8 +87,7 @@ JupyterLab Git's current maintainers are listed in alphabetical order, with affi
0 commit comments