We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa392a7 commit cca2cc6Copy full SHA for cca2cc6
js/package.json
@@ -47,6 +47,22 @@
47
"three"
48
],
49
"jupyterlab": {
50
- "extension": "src/jupyterlab-plugin"
+ "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
67
}
68
0 commit comments