File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ of your choosing:
57
57
58
58
### Patterns to Exclude
59
59
60
- You can control which files to exclude from the quick open list using Notebook server settings,
60
+ You can control which files to exclude from the quick open list using the Jupyter Server settings,
61
61
JupyterLab settings, or both.
62
62
63
63
On the server side, use the ` ContentsManager.allow_hidden ` and/or ` ContentsManager.hide_globs `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
class QuickOpenHandler (APIHandler ):
12
12
@property
13
13
def contents_manager (self ):
14
- """Currently configured notebook server ContentsManager."""
14
+ """Currently configured jupyter server ContentsManager."""
15
15
return self .settings ["contents_manager" ]
16
16
17
17
@property
You can’t perform that action at this time.
0 commit comments