Skip to content

Commit ab35daf

Browse files
EnisBerkfcollonval
andauthored
Update README.md:Git panel is not visible (#891)
* Update README.md:Git panel is not visible Even if the package is installed, it does not work unless it is in the uninstalled packages list. It is caused by a bug in jupyterlab according to this issue jupyterlab/jupyterlab#8122 * Prefer `jupyter lab clean --all` Co-authored-by: Frédéric Collonval <[email protected]>
1 parent a558c76 commit ab35daf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ If they do not match or one is missing, please [reinstall the package](README.md
137137
```bash
138138
jupyter labextension install @jupyterlab/git
139139
```
140-
140+
141+
If you see `@jupyterlab/git`, your installation may have been corrupted. You can run `jupyter lab clean --all` and
142+
reinstall all your extensions.
143+
141144
## Contributing
142145
143146
If you would like to contribute to the project, please read our [contributor documentation](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)