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",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Synthetic Data Generator",
|
||||
"keywords": [
|
||||
"jupyter",
|
||||
|
|
|
@ -73,7 +73,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
|||
title: 'Synthetic Data',
|
||||
id: 'synthetic-data'
|
||||
},
|
||||
category: 'Other',
|
||||
category: 'Sandbox',
|
||||
rank: 2,
|
||||
};
|
||||
launcher.add(launcher_item)
|
||||
|
|
Loading…
Reference in New Issue