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)