Open ciyer opened 5 years ago
If JupyterLab is started in a subfolder of a git project (e.g., the notebooks folder), then the graph display does not work correctly.
notebooks
Use git rev-parse --show-toplevel to figure out where the .git folder is.
git rev-parse --show-toplevel
.git
Description
If JupyterLab is started in a subfolder of a git project (e.g., the
notebooks
folder), then the graph display does not work correctly.Solution
Use
git rev-parse --show-toplevel
to figure out where the.git
folder is.