category
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-01-24 09:58:39 +01:00
parent 081ded1316
commit 6e4b2dcf1c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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