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 eb82ff4 commit 8ae7f2aCopy full SHA for 8ae7f2a
jupyter-js.json
@@ -1,10 +1,16 @@
1
{
2
"description": "Experimental `%javascript`/`%typescript`/`%jsx` line magic support",
3
"properties": [
4
- { "name": "v", "value": "0.5.0" }
+ {
5
+ "name": "v",
6
+ "value": "0.6.0"
7
+ }
8
],
9
"link": "https://github.com/yidafu/kotlin-jupyter-js",
10
"dependencies": [
11
"dev.yidafu.jupyter:jupyter-js:$v"
12
+ ],
13
+ "imports": [
14
+ "dev.yidafu.jupyper.jsExport"
15
]
-}
16
+}
0 commit comments