From 6e4b2dcf1c982f2a6299b5c966f309b22676539c Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Tue, 24 Jan 2023 09:58:39 +0100 Subject: [PATCH] category --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96f1e2b..102651f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-synthetic-data", - "version": "0.1.2", + "version": "0.1.3", "description": "Synthetic Data Generator", "keywords": [ "jupyter", diff --git a/src/index.ts b/src/index.ts index 9ea3f95..53aaeb1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ const plugin: JupyterFrontEndPlugin = { title: 'Synthetic Data', id: 'synthetic-data' }, - category: 'Other', + category: 'Sandbox', rank: 2, }; launcher.add(launcher_item)