category
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
eaadc037ad
commit
cd0e16fe2a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jupyterlab-training",
|
"name": "jupyterlab-training",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Training Data Pipeline",
|
"description": "Training Data Pipeline",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"jupyter",
|
"jupyter",
|
||||||
|
|
|
@ -73,8 +73,9 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
||||||
title: 'Training',
|
title: 'Training',
|
||||||
id: 'training'
|
id: 'training'
|
||||||
},
|
},
|
||||||
category: 'Other',
|
category: 'Sandbox',
|
||||||
rank: 2,
|
rank: 2,
|
||||||
|
|
||||||
};
|
};
|
||||||
launcher.add(launcher_item)
|
launcher.add(launcher_item)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue