Skip to content

Commit

Permalink
add download button
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eggleton committed Jan 9, 2024
1 parent 1f097f9 commit 41fa493
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions overrides.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@jupyterlab/notebook-extension:panel": {
"toolbar": [
{
"name": "download",
"label": "Download",
"args": {},
"command": "docmanager:download",
"icon": "ui-components:download",
"rank": 50
}
]
}
}

0 comments on commit 41fa493

Please sign in to comment.