Skip to content

Commit 5df33f9

Browse files
authored
Cleanups (#54)
1 parent 0cdf745 commit 5df33f9

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ of your choosing:
5757

5858
### Patterns to Exclude
5959

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,
6161
JupyterLab settings, or both.
6262

6363
On the server side, use the `ContentsManager.allow_hidden` and/or `ContentsManager.hide_globs`

jupyter-config/nb-config/jupyterlab_quickopen.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

jupyterlab_quickopen/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class QuickOpenHandler(APIHandler):
1212
@property
1313
def contents_manager(self):
14-
"""Currently configured notebook server ContentsManager."""
14+
"""Currently configured jupyter server ContentsManager."""
1515
return self.settings["contents_manager"]
1616

1717
@property

0 commit comments

Comments
 (0)