Skip to content

Commit 0cf8cb0

Browse files
committed
Fix indentation in README.md
1 parent e88b649 commit 0cf8cb0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,18 +171,18 @@ Use of a python `virtualenv` or a conda env is also recommended.
171171
`pip`, ...) this access control mechanism needs to be circumvented: Inside your Jupyter
172172
root directory create a symlink named *.lsp_symlink* pointing to your system root */*.
173173

174-
```
175-
ln -s / .lsp_symlink
176-
```
174+
```
175+
ln -s / .lsp_symlink
176+
```
177177

178-
As this symlink is a hidden file the Jupyter server must be instructed to
179-
serve hidden files. Either use the appropriate commandline flag:
178+
As this symlink is a hidden file the Jupyter server must be instructed to
179+
serve hidden files. Either use the appropriate commandline flag:
180180

181-
```
182-
jupyter lab --ContentsManager.allow_hidden=True
183-
```
181+
```
182+
jupyter lab --ContentsManager.allow_hidden=True
183+
```
184184

185-
or, alternatively, set the corresponding setting inside your *jupyter_server_config.py*.
185+
or, alternatively, set the corresponding setting inside your *jupyter_server_config.py*.
186186

187187
### Configuring the servers
188188

0 commit comments

Comments
 (0)