File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -171,18 +171,18 @@ Use of a python `virtualenv` or a conda env is also recommended.
171
171
` pip ` , ...) this access control mechanism needs to be circumvented: Inside your Jupyter
172
172
root directory create a symlink named * .lsp_symlink* pointing to your system root * /* .
173
173
174
- ```
175
- ln -s / .lsp_symlink
176
- ```
174
+ ```
175
+ ln -s / .lsp_symlink
176
+ ```
177
177
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:
180
180
181
- ```
182
- jupyter lab --ContentsManager.allow_hidden=True
183
- ```
181
+ ```
182
+ jupyter lab --ContentsManager.allow_hidden=True
183
+ ```
184
184
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* .
186
186
187
187
### Configuring the servers
188
188
You can’t perform that action at this time.
0 commit comments