category
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
3a671e3ff9
commit
8a263c8589
|
@ -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",
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue