Spaces:
Runtime error
Runtime error
Accent_App
/
styleenv
/share
/jupyter
/lab
/schemas
/@jupyterlab
/filebrowser-extension
/download.json
{ | |
"title": "File Browser Download", | |
"description": "File Browser Download settings.", | |
"jupyter.lab.menus": { | |
"context": [ | |
{ | |
"command": "filebrowser:download", | |
"selector": ".jp-DirListing-item[data-isdir=\"false\"]", | |
"rank": 9 | |
}, | |
{ | |
"command": "filebrowser:copy-download-link", | |
"selector": ".jp-DirListing-item[data-isdir=\"false\"]", | |
"rank": 13 | |
} | |
] | |
}, | |
"properties": {}, | |
"additionalProperties": false, | |
"type": "object" | |
} | |