category
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-24 09:57:55 +01:00
parent 3a671e3ff9
commit 8a263c8589
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "jupyterlab-data-pool", "name": "jupyterlab-data-pool",
"version": "0.1.2", "version": "0.1.3",
"description": "Data Sharing", "description": "Data Sharing",
"keywords": [ "keywords": [
"jupyter", "jupyter",

View File

@ -73,7 +73,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
title: 'Data Pool', title: 'Data Pool',
id: 'data-pool' id: 'data-pool'
}, },
category: 'Other', category: 'Sandbox',
rank: 1, rank: 1,
}; };
launcher.add(launcher_item) launcher.add(launcher_item)