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", "name": "jupyterlab-synthetic-data",
"version": "0.1.2", "version": "0.1.3",
"description": "Synthetic Data Generator", "description": "Synthetic Data Generator",
"keywords": [ "keywords": [
"jupyter", "jupyter",

View File

@ -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)