Skip to content

Commit cca2cc6

Browse files
committed
Add labextension metadata for discovery
1 parent fa392a7 commit cca2cc6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

js/package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@
4747
"three"
4848
],
4949
"jupyterlab": {
50-
"extension": "src/jupyterlab-plugin"
50+
"extension": "src/jupyterlab-plugin",
51+
"discovery": {
52+
"kernel": [
53+
{
54+
"kernel_spec": {
55+
"language": "^python"
56+
},
57+
"base": {
58+
"name": "pythreejs"
59+
},
60+
"managers": [
61+
"pip",
62+
"conda"
63+
]
64+
}
65+
]
66+
}
5167
}
5268
}

0 commit comments

Comments
 (0)