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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ where `path_to_jupyterlab_staging` is the location of JupyterLab staging directo
127
127
- if you use local installation, it might be in `~/.local/lib/python3.6/site-packages/jupyterlab/staging/` (where instead of python3.6 you should use your Python3 version having JupyterLab installed)
128
128
129
129
5. (Optional) to enable opening files outside of the root directory (the place where you start JupyterLab),
130
-
create `.lsp_symlink` and symlink your `home`, `usr`, or any other location which include the files that you wish to make possible to open in there:
130
+
create `.lsp_symlink` and symlink your `home`, `usr`, or any other location which includes the files that you wish to make possible to open in there:
131
131
132
132
```bash
133
133
mkdir .lsp_symlink
@@ -136,7 +136,7 @@ ln -s /home home
136
136
ln -s /usr usr
137
137
```
138
138
139
-
If your user does not have sufficient permissions to traverse the entire path, you will not be able to open the file.
139
+
If your user does not have sufficient permissions to traverse the entire path, you will not be able to open the file. A more detailed guide on symlinking (written for a related jupyterlab-go-to-definition extension) is available [here](https://github.com/krassowski/jupyterlab-go-to-definition/blob/master/README.md#which-directories-to-symlink).
0 commit comments