generated from dycw/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more * more * more
- Loading branch information
Showing
7 changed files
with
152 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[bumpversion] | ||
current_version = 0.1.185 | ||
current_version = 0.1.186 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
// Document Manager | ||
// @jupyterlab/docmanager-extension:plugin | ||
// Document Manager settings. | ||
// *************************************** | ||
"autosave": false, | ||
"autosaveInterval": 120, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,42 @@ | ||
{ | ||
// File Browser | ||
// @jupyterlab/filebrowser-extension:browser | ||
// File Browser settings. | ||
// ***************************************** | ||
|
||
// Filter folders | ||
// Whether to apply the search on folders | ||
"filterDirectories": true, | ||
|
||
// Navigate to current folder | ||
// Whether to automatically navigate to a document's current folder | ||
"navigateToCurrentDirectory": true, | ||
|
||
// Use checkboxes to select items | ||
// Whether to show checkboxes next to files and folders | ||
"showFileCheckboxes": false, | ||
|
||
// Show file size column | ||
// Whether to show the file size column | ||
"showFileSizeColumn": false, | ||
|
||
// Show full path in browser bread crumbs | ||
// Whether to show full path in browser bread crumbs | ||
"showFullPath": false, | ||
|
||
// Show hidden files | ||
// Whether to show hidden files. The server parameter `ContentsManager.allow_hidden` must be set to `True` to display hidden files. | ||
"showHiddenFiles": true, | ||
"showLastModifiedColumn": false, | ||
|
||
// Show last modified column | ||
// Whether to show the last modified column | ||
"showLastModifiedColumn": true, | ||
|
||
// When sorting by name, group notebooks before other files | ||
// Whether to group the notebooks away from files | ||
"sortNotebooksFirst": true, | ||
|
||
// Filter on file name with a fuzzy search | ||
// Whether to apply fuzzy algorithm while filtering on file names | ||
"useFuzzyFilter": true, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.