Spaces:
Sleeping
Sleeping
File size: 516 Bytes
f58f618 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
// Quick Open
// @parente/jupyterlab-quickopen:plugin
// Quick open panel settings
// ************************************
// Exclude Patterns
// File and directory patterns to exclude from the list
"excludes": [
"env",
"miniconda3",
"data",
"wandb",
".*",
"node_modules",
"__pycache__",
"*.egg-info"
],
// Relative Search
// Whether to search from currently selected directory
"relativeSearch": false
}
|