category
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
081ded1316
commit
6e4b2dcf1c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jupyterlab-synthetic-data",
|
"name": "jupyterlab-synthetic-data",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Synthetic Data Generator",
|
"description": "Synthetic Data Generator",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"jupyter",
|
"jupyter",
|
||||||
|
|
|
@ -73,7 +73,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
||||||
title: 'Synthetic Data',
|
title: 'Synthetic Data',
|
||||||
id: 'synthetic-data'
|
id: 'synthetic-data'
|
||||||
},
|
},
|
||||||
category: 'Other',
|
category: 'Sandbox',
|
||||||
rank: 2,
|
rank: 2,
|
||||||
};
|
};
|
||||||
launcher.add(launcher_item)
|
launcher.add(launcher_item)
|
||||||
|
|
Loading…
Reference in New Issue