kotlin-jupyter-kernel 0.12.0.154__py3-none-any.whl → 0.12.0.217__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/METADATA +6 -5
- {kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/RECORD +33 -33
- run_kotlin_kernel/config/jar_args.json +8 -9
- run_kotlin_kernel/jars/api-0.12.0-217.jar +0 -0
- run_kotlin_kernel/jars/{kotlin-jupyter-kernel-0.12.0-154-all.jar → kotlin-jupyter-kernel-0.12.0-217-all.jar} +0 -0
- run_kotlin_kernel/jars/{kotlin-reflect-1.9.10.jar → kotlin-reflect-1.9.23.jar} +0 -0
- run_kotlin_kernel/jars/{kotlin-script-runtime-1.9.10.jar → kotlin-script-runtime-1.9.23.jar} +0 -0
- run_kotlin_kernel/jars/kotlin-stdlib-1.9.23.jar +0 -0
- run_kotlin_kernel/jars/{kotlinx-serialization-core-jvm-1.6.2.jar → kotlinx-serialization-core-jvm-1.6.3.jar} +0 -0
- run_kotlin_kernel/jars/{kotlinx-serialization-json-jvm-1.6.2.jar → kotlinx-serialization-json-jvm-1.6.3.jar} +0 -0
- run_kotlin_kernel/jars/lib-0.12.0-217.jar +0 -0
- run_kotlin_kernel/libraries/2p-kt.json +1 -1
- run_kotlin_kernel/libraries/biokotlin.json +1 -1
- run_kotlin_kernel/libraries/commit_sha +1 -1
- run_kotlin_kernel/libraries/develocity-api-kotlin.json +11 -0
- run_kotlin_kernel/libraries/exposed.json +1 -1
- run_kotlin_kernel/libraries/gradle-enterprise-api-kotlin.json +2 -2
- run_kotlin_kernel/libraries/kalasim.json +1 -1
- run_kotlin_kernel/libraries/ktor-client.json +4 -4
- run_kotlin_kernel/libraries/lets-plot-gt.json +1 -1
- run_kotlin_kernel/libraries/lets-plot.json +5 -4
- run_kotlin_kernel/libraries/serialization.json +4 -4
- run_kotlin_kernel/libraries/smile.json +1 -1
- run_kotlin_kernel/run_kernel.py +16 -3
- run_kotlin_kernel/jars/api-0.12.0-154.jar +0 -0
- run_kotlin_kernel/jars/kotlin-stdlib-1.9.10.jar +0 -0
- run_kotlin_kernel/jars/kotlin-stdlib-common-1.9.10.jar +0 -0
- run_kotlin_kernel/jars/lib-0.12.0-154.jar +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/kernel.css +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/kernel.js +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/kernel.json +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/logo-16x16.png +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/logo-64x64.png +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/wavyline-orange.gif +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.data → kotlin_jupyter_kernel-0.12.0.217.data}/data/share/jupyter/kernels/kotlin/wavyline-red.gif +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/WHEEL +0 -0
- {kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/top_level.txt +0 -0
{kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: kotlin-jupyter-kernel
|
|
3
|
-
Version: 0.12.0.
|
|
3
|
+
Version: 0.12.0.217
|
|
4
4
|
Summary: Kotlin kernel for Jupyter notebooks
|
|
5
5
|
Home-page: https://github.com/Kotlin/kotlin-jupyter
|
|
6
6
|
Author: JetBrains
|
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
|
|
27
27
|
# Kotlin Kernel for IPython/Jupyter
|
|
28
28
|
|
|
29
|
-
[Kotlin](https://kotlinlang.org/) (1.9.
|
|
29
|
+
[Kotlin](https://kotlinlang.org/) (1.9.23) [kernel](https://docs.jupyter.org/en/latest/projects/kernels.html) for [Jupyter](https://jupyter.org).
|
|
30
30
|
|
|
31
31
|
The kernel is a powerful engine designed to enhance your Kotlin REPL experience. It offers support for executing code cells,
|
|
32
32
|
providing basic code completion, and analyzing errors. With the Kotlin kernel, you gain access to a range of features,
|
|
@@ -386,9 +386,10 @@ Other options are resolving library descriptor from a local file or from remote
|
|
|
386
386
|
- [deeplearning4j](https://github.com/eclipse/deeplearning4j) - Deep learning library for the JVM
|
|
387
387
|
- [deeplearning4j-cuda](https://github.com/eclipse/deeplearning4j) - Deep learning library for the JVM (CUDA support)
|
|
388
388
|
- default - Default imports: dataframe and Kandy libraries
|
|
389
|
+
- [develocity-api-kotlin](https://github.com/gabrielfeo/develocity-api-kotlin) - A library to use the Develocity API in Kotlin scripts or projects
|
|
389
390
|
- [exposed](https://github.com/JetBrains/Exposed) - Kotlin SQL framework
|
|
390
391
|
- [fuel](https://github.com/kittinunf/fuel) - HTTP networking library
|
|
391
|
-
- [gradle-enterprise-api-kotlin](https://github.com/gabrielfeo/gradle-enterprise-api-kotlin) - A library to use the Gradle Enterprise API in Kotlin scripts or projects
|
|
392
|
+
- [gradle-enterprise-api-kotlin](https://github.com/gabrielfeo/gradle-enterprise-api-kotlin) - [Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects
|
|
392
393
|
- [gral](https://github.com/eseifert/gral) - Java library for displaying plots
|
|
393
394
|
- [jdsp](https://github.com/psambit9791/jDSP) - Java library for signal processing
|
|
394
395
|
- [jupyter-js](https://github.com/yidafu/kotlin-jupyter-js) - Experimental `%javascript`/`%typescript`/`%jsx` line magic support
|
|
@@ -405,7 +406,7 @@ Other options are resolving library descriptor from a local file or from remote
|
|
|
405
406
|
- [kraphviz](https://github.com/nidi3/graphviz-java) - Graphviz wrapper for JVM
|
|
406
407
|
- [kravis](https://github.com/holgerbrandl/kravis) - Kotlin grammar for data visualization
|
|
407
408
|
- [kt-math](https://github.com/gciatto/kt-math) - Kotlin multi-platform port of java.math.*
|
|
408
|
-
- [ktor-client](https://
|
|
409
|
+
- [ktor-client](https://github.com/Kotlin/kotlin-jupyter-http-util) - Asynchronous HTTP client
|
|
409
410
|
- [lets-plot](https://github.com/JetBrains/lets-plot-kotlin) - Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics
|
|
410
411
|
- [lets-plot-gt](https://github.com/JetBrains/lets-plot-kotlin) - Lets-Plot visualisation for GeoTools toolkit
|
|
411
412
|
- [lib-ext](https://github.com/Kotlin/kotlin-jupyter) - Extended functionality for Jupyter kernel
|
|
@@ -418,7 +419,7 @@ Other options are resolving library descriptor from a local file or from remote
|
|
|
418
419
|
- [rdkit](https://www.rdkit.org/) - Open-Source Cheminformatics Software
|
|
419
420
|
- [reflection](https://kotlinlang.org/docs/reflection.html) - Imports for Kotlin Reflection
|
|
420
421
|
- [roboquant](https://roboquant.org) - Algorithmic trading platform written in Kotlin
|
|
421
|
-
- [serialization](https://github.com/Kotlin/
|
|
422
|
+
- [serialization](https://github.com/Kotlin/kotlin-jupyter-http-util) - Deserialize JSON content using kotlinx.serialization and automatically generate classes for it
|
|
422
423
|
- [smile](https://github.com/haifengl/smile) - Statistical Machine Intelligence and Learning Engine
|
|
423
424
|
- [spark](https://github.com/JetBrains/kotlin-spark-api) - Kotlin API for Apache Spark: unified analytics engine for large-scale data processing
|
|
424
425
|
- [spark-streaming](https://github.com/JetBrains/kotlin-spark-api) - Kotlin API for Apache Spark Streaming: scalable, high-throughput, fault-tolerant stream processing of live data streams
|
{kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/RECORD
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
2
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
3
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
4
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
5
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
6
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
7
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
1
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/kernel.css,sha256=SrOn9yznJ9DypC3eWh_GLywHFhnWnanFcXvxi2wSx58,16243
|
|
2
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/kernel.js,sha256=rBNSVBn70hAkthZ4IgzD1k1pOMKx2xsRTu9JS3zJIeI,39995
|
|
3
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/kernel.json,sha256=Y3RldxF0PbuC1qF5mqJHiYzMfFbRSc0fv6-WuEKZ4AE,377
|
|
4
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/logo-16x16.png,sha256=_moCJ0hV1QFlLddmR1xTxT9a49vcH73ifHOtuIy1Ekc,360
|
|
5
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/logo-64x64.png,sha256=UbztVWqOsXyyxirfU2P7Krw-YF3rnO0qnNwKjCGwqrs,890
|
|
6
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/wavyline-orange.gif,sha256=ywWwQbjx7h4xmNNv5ejw_wiM9W1mLQ3dSaIeoNaxouc,816
|
|
7
|
+
kotlin_jupyter_kernel-0.12.0.217.data/data/share/jupyter/kernels/kotlin/wavyline-red.gif,sha256=1YSSeaUynK9dWv-HozOWsus4NFOqqbtAqIibRaUxL_c,46
|
|
8
8
|
kotlin_kernel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
kotlin_kernel/__main__.py,sha256=jiQbJRtB7qLjpowvZzMiNit5QKtS7IQvgaovPwr6AKs,900
|
|
10
10
|
kotlin_kernel/add_kernel.py,sha256=G_GWKhcia3mZQmaTPWrIo6lL85b-vpzHcFPYj4qGaPo,3975
|
|
@@ -14,39 +14,39 @@ kotlin_kernel/install_user.py,sha256=clFzz423rQ8jbP0j8_YVTHI6ejB1WNuw9xHFd4lR_Ps
|
|
|
14
14
|
kotlin_kernel/port_generator.py,sha256=thVGy9R52ZUE0I5b4j2rjhgANl4OpyxIbji9RX6wu5Y,431
|
|
15
15
|
run_kotlin_kernel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
run_kotlin_kernel/__main__.py,sha256=LXGKFM09GfstVmAVgpWm3HndpUf_53z0tnYuD19oWTQ,155
|
|
17
|
-
run_kotlin_kernel/run_kernel.py,sha256=
|
|
18
|
-
run_kotlin_kernel/config/jar_args.json,sha256=
|
|
17
|
+
run_kotlin_kernel/run_kernel.py,sha256=UWtMhlnXzoUikWLMY-XI1IuRiTgcbtgvFxsyOunCTTo,3361
|
|
18
|
+
run_kotlin_kernel/config/jar_args.json,sha256=sGLv-P6KU-zz8BmpqZTyhNP7JpJDanxKDwqriuL5gSw,491
|
|
19
19
|
run_kotlin_kernel/jars/annotations-13.0.jar,sha256=rOKhDcji1f00kl7KwD5JiLLA-FFlDJS4zvSbob0RFHg,17536
|
|
20
|
-
run_kotlin_kernel/jars/api-0.12.0-
|
|
21
|
-
run_kotlin_kernel/jars/kotlin-jupyter-kernel-0.12.0-
|
|
22
|
-
run_kotlin_kernel/jars/kotlin-reflect-1.9.
|
|
23
|
-
run_kotlin_kernel/jars/kotlin-script-runtime-1.9.
|
|
24
|
-
run_kotlin_kernel/jars/kotlin-stdlib-1.9.
|
|
25
|
-
run_kotlin_kernel/jars/
|
|
26
|
-
run_kotlin_kernel/jars/kotlinx-serialization-
|
|
27
|
-
run_kotlin_kernel/jars/
|
|
28
|
-
run_kotlin_kernel/
|
|
29
|
-
run_kotlin_kernel/libraries/2p-kt.json,sha256=1USAe0GHNzPrlD_MLHuJcF2oIJTXw4vwS_14Kl4yaxg,718
|
|
20
|
+
run_kotlin_kernel/jars/api-0.12.0-217.jar,sha256=V-WD1b8hboLA3eSwUzDMLTzOrtNEFXHy5txXZJBr5t8,453618
|
|
21
|
+
run_kotlin_kernel/jars/kotlin-jupyter-kernel-0.12.0-217-all.jar,sha256=WJyA06q2GWwBUXMCuWhBe256N-bmaIR7suf7W8-I2XY,82954159
|
|
22
|
+
run_kotlin_kernel/jars/kotlin-reflect-1.9.23.jar,sha256=dHwpJ6Yjtuu3NLRl1qJoYukg3dGCjvQ3Foh8CEmjEx8,3222101
|
|
23
|
+
run_kotlin_kernel/jars/kotlin-script-runtime-1.9.23.jar,sha256=dRN-QUoaW0tNCQ-BLQ416zC08MkjpT1pWFRWuyT8Hfg,43280
|
|
24
|
+
run_kotlin_kernel/jars/kotlin-stdlib-1.9.23.jar,sha256=iRDMI4gH2G71UMsfCxDdXtQLNaTsGlJSX3YK7ehOrTc,1718956
|
|
25
|
+
run_kotlin_kernel/jars/kotlinx-serialization-core-jvm-1.6.3.jar,sha256=KcghqNTiXL_k8s6WzdRSb2H49OaaE1-WEqNKgdk7ZfE,420348
|
|
26
|
+
run_kotlin_kernel/jars/kotlinx-serialization-json-jvm-1.6.3.jar,sha256=0yNBebz_GIbVPWfBHspH9_PPe2PDSdFpZfbbUbfz3Zo,265019
|
|
27
|
+
run_kotlin_kernel/jars/lib-0.12.0-217.jar,sha256=UNWy87LpFHEGzuqPCPky_V5co42tjwZUJvkfQIjvHL4,47978
|
|
28
|
+
run_kotlin_kernel/libraries/2p-kt.json,sha256=LdCWUe-jYc8A0-JVYZ0LthqysHIDUzPuT8KZRJ8df-s,717
|
|
30
29
|
run_kotlin_kernel/libraries/CODE_OF_CONDUCT.md,sha256=0T9OjXroZHyrCF4t4v1V12r4Sz1V6rl8QOTW0cjTZTs,268
|
|
31
30
|
run_kotlin_kernel/libraries/LICENSE,sha256=8Prqkdv2CIgqmBEhHsWNbJD-qCEbkSGFMu7LFbCOiuI,11352
|
|
32
31
|
run_kotlin_kernel/libraries/README.md,sha256=7vJE97fZSP5weODzDwcyWdCdf6tDuD5W5Sl_FqPQ7y8,719
|
|
33
|
-
run_kotlin_kernel/libraries/biokotlin.json,sha256=
|
|
32
|
+
run_kotlin_kernel/libraries/biokotlin.json,sha256=KLMnSqyEtwgvzsO5XBKNxx8rIQSx25UoqtUN9WZrDR0,454
|
|
34
33
|
run_kotlin_kernel/libraries/combinatoricskt.json,sha256=CeDXf2x5x7FBckPH-SO2Gp0ECTpzkf297KLUtIgOyE4,421
|
|
35
|
-
run_kotlin_kernel/libraries/commit_sha,sha256=
|
|
34
|
+
run_kotlin_kernel/libraries/commit_sha,sha256=7iyedOioC8SiK69QfSdYaBlUttSI-DKljfGLUdRBmLo,40
|
|
36
35
|
run_kotlin_kernel/libraries/coroutines.json,sha256=nVym6TOPMzqG3dcU5_4-lMPqqdXYizGfdPb5TLTd0MI,465
|
|
37
36
|
run_kotlin_kernel/libraries/dataframe.json,sha256=bBpRulGKf6E0-V-hCi9Yw3FJaBqVwAU72Sk8SSYd0uU,423
|
|
38
37
|
run_kotlin_kernel/libraries/datetime.json,sha256=O-RUZTwBKfE-lyzGCChj7HAcVM5uZlRrUPnj8CtYXTY,389
|
|
39
38
|
run_kotlin_kernel/libraries/deeplearning4j-cuda.json,sha256=QKjUhl4xcHySf-baZgdJ11OLfhinzVuB9xwnVKgAIpE,1926
|
|
40
39
|
run_kotlin_kernel/libraries/deeplearning4j.json,sha256=dFWevv7_dGlgl_P3Tix-KLzbZWCnnAFkiRLURw8ug-c,1807
|
|
41
40
|
run_kotlin_kernel/libraries/default.json,sha256=CbiB1tKw7MAyVl_V5JfFoGqW58P5rTnZej0riUzzH1E,114
|
|
42
|
-
run_kotlin_kernel/libraries/
|
|
41
|
+
run_kotlin_kernel/libraries/develocity-api-kotlin.json,sha256=bLapbWbLTyHdnBgI0nQxcNVt1SwWstzzFZC7cyL8kIM,407
|
|
42
|
+
run_kotlin_kernel/libraries/exposed.json,sha256=-cGdo4JWKKH2abjDKqJqc_Jr32CkqcKS2p6XS37lVro,514
|
|
43
43
|
run_kotlin_kernel/libraries/fuel.json,sha256=NOfE34ZWNFAwqz8IZG6m22e4qitINTR_GJmUMs5MOPo,514
|
|
44
44
|
run_kotlin_kernel/libraries/global.options,sha256=zaygjPkfEstZI9fsuqOUfQiliyNY2LgZOZKbnmJ9Klk,62
|
|
45
|
-
run_kotlin_kernel/libraries/gradle-enterprise-api-kotlin.json,sha256=
|
|
45
|
+
run_kotlin_kernel/libraries/gradle-enterprise-api-kotlin.json,sha256=BNm6WwpN7usUAeq7bxoCxfXD23ulspOPT1w_W_GcoFQ,648
|
|
46
46
|
run_kotlin_kernel/libraries/gral.json,sha256=U46i-u3zvWox8CvAdd03nneKMhmObNQNy5xf8YF5XDM,956
|
|
47
47
|
run_kotlin_kernel/libraries/jdsp.json,sha256=q73BIuO8oTVj_9SvNhlQm1p0J2XzDGQNyDONOtMl47Q,322
|
|
48
48
|
run_kotlin_kernel/libraries/jupyter-js.json,sha256=Hf2GRSlK12lMQFB40Khpb6M_ZOaaZCvqpz7a-On-J28,419
|
|
49
|
-
run_kotlin_kernel/libraries/kalasim.json,sha256=
|
|
49
|
+
run_kotlin_kernel/libraries/kalasim.json,sha256=XEOpdC3oYGVPvCh5jIOUW2grnYZq3V-sJDtF9GlQSPI,310
|
|
50
50
|
run_kotlin_kernel/libraries/kaliningraph.json,sha256=siAmWSYTtSU7qcYhBGqkc-JbIudTuwSNfaq9xZI8EVA,1187
|
|
51
51
|
run_kotlin_kernel/libraries/kandy-echarts.json,sha256=MSoRGVMui6lUw0c-Q9NY1yd7xFfOsT86lD8bVBzHrss,370
|
|
52
52
|
run_kotlin_kernel/libraries/kandy.json,sha256=MBZdMakQAlcB4AJoYDenrrEYHPlpfakq44TFFyS3evs,655
|
|
@@ -59,9 +59,9 @@ run_kotlin_kernel/libraries/krangl.json,sha256=Vp_lur8wh3ffF2AhETRDp01XZq-eDO95n
|
|
|
59
59
|
run_kotlin_kernel/libraries/kraphviz.json,sha256=ERGunE5iX_PA4fQkNEuVFNUMMv_pI6OZ6PZTbQ7hHBE,577
|
|
60
60
|
run_kotlin_kernel/libraries/kravis.json,sha256=D_MkFTdIAmY7HmwQKCIpgtQ57FmS0H7vhO7AI-ZZIJY,334
|
|
61
61
|
run_kotlin_kernel/libraries/kt-math.json,sha256=HhOe3AA4OUTqJdRB3F4rAe01mqZk9dolrQZUH6f2IXk,408
|
|
62
|
-
run_kotlin_kernel/libraries/ktor-client.json,sha256=
|
|
63
|
-
run_kotlin_kernel/libraries/lets-plot-gt.json,sha256=
|
|
64
|
-
run_kotlin_kernel/libraries/lets-plot.json,sha256=
|
|
62
|
+
run_kotlin_kernel/libraries/ktor-client.json,sha256=4WVY2BuC4zsYkw3k-Zyl-FjnSlsQKrf1GeKtPil1j5U,465
|
|
63
|
+
run_kotlin_kernel/libraries/lets-plot-gt.json,sha256=6YZs4sXPHXhupw_eal91K4KsYmmtxWI_1AHmbN9jmi4,710
|
|
64
|
+
run_kotlin_kernel/libraries/lets-plot.json,sha256=qLDNlat1meuw9eWSM41X0YnrXPhuWZcen-pc9DJgyGY,2720
|
|
65
65
|
run_kotlin_kernel/libraries/lib-ext.json,sha256=bEP_YSXFMjRt0BBOZ2EcuYzBVntfHytMYIDh6foLtCo,273
|
|
66
66
|
run_kotlin_kernel/libraries/londogard-nlp-toolkit.json,sha256=4T64oKgjxwqoiBzLDuMEy4395frXueTWdE-tbSzTyak,779
|
|
67
67
|
run_kotlin_kernel/libraries/multik.json,sha256=q3-9O2cRJQNpdnKOVGwjolbs2yFtCmFaCTTRZyVbYjE,807
|
|
@@ -72,12 +72,12 @@ run_kotlin_kernel/libraries/plotly.json,sha256=OsYVJC0m5qSfhztRqSf3SBK5vra3cmTDK
|
|
|
72
72
|
run_kotlin_kernel/libraries/rdkit.json,sha256=Y95SAgdy7buaH69Rz91CKCULj9hPEEP7gpp1Q8aXAa8,326
|
|
73
73
|
run_kotlin_kernel/libraries/reflection.json,sha256=-sxSoMc1sYG6SZkIJEQQYuz5cSbEUCFDZpPiZlteFeQ,210
|
|
74
74
|
run_kotlin_kernel/libraries/roboquant.json,sha256=E4aMtbSnH4hXBk9MNSnPd81wJI_QTqRhV3Kb3RLHGoo,436
|
|
75
|
-
run_kotlin_kernel/libraries/serialization.json,sha256=
|
|
76
|
-
run_kotlin_kernel/libraries/smile.json,sha256=
|
|
75
|
+
run_kotlin_kernel/libraries/serialization.json,sha256=PAvYzwnbM-MPWvLwaiKzqRq3g-GbRcditxwkGyVrHOI,539
|
|
76
|
+
run_kotlin_kernel/libraries/smile.json,sha256=dWTHP0Zdhe7tx4DC6dpFeAelijdCMJ8a7CqFYegiKh4,570
|
|
77
77
|
run_kotlin_kernel/libraries/spark-streaming.json,sha256=y8jLJ-MvAcR2sLwOpUi-Qa9b4cb229qW7Osqp2mk6MA,803
|
|
78
78
|
run_kotlin_kernel/libraries/spark.json,sha256=kR3KOVCSk4joOf4PPq8eH3HbcGFuxFH2onFsmdQqL_o,867
|
|
79
79
|
run_kotlin_kernel/libraries/webtau.json,sha256=iuZ6GLq5fSkogaNrimYnLjwuwjguPzubaJPGr3Chr_4,1468
|
|
80
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
81
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
82
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
83
|
-
kotlin_jupyter_kernel-0.12.0.
|
|
80
|
+
kotlin_jupyter_kernel-0.12.0.217.dist-info/METADATA,sha256=RTAr7C4OSsjn_XcfYyT_kexWjktYcy41EuTKgOqGbQY,27120
|
|
81
|
+
kotlin_jupyter_kernel-0.12.0.217.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
|
82
|
+
kotlin_jupyter_kernel-0.12.0.217.dist-info/top_level.txt,sha256=SrAqFjY1mv1N2-RwhzKNyFJlHw8VB1KfoBZ8S3vo0ak,32
|
|
83
|
+
kotlin_jupyter_kernel-0.12.0.217.dist-info/RECORD,,
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"mainJar": "kotlin-jupyter-kernel-0.12.0-
|
|
2
|
+
"mainJar": "kotlin-jupyter-kernel-0.12.0-217-all.jar",
|
|
3
3
|
"mainClass": "org.jetbrains.kotlinx.jupyter.IkotlinKt",
|
|
4
4
|
"classPath": [
|
|
5
|
-
"lib-0.12.0-
|
|
6
|
-
"api-0.12.0-
|
|
7
|
-
"kotlin-script-runtime-1.9.
|
|
8
|
-
"kotlin-reflect-1.9.
|
|
9
|
-
"kotlin-stdlib-1.9.
|
|
10
|
-
"kotlinx-serialization-json-jvm-1.6.
|
|
11
|
-
"kotlinx-serialization-core-jvm-1.6.
|
|
12
|
-
"kotlin-stdlib-common-1.9.10.jar",
|
|
5
|
+
"lib-0.12.0-217.jar",
|
|
6
|
+
"api-0.12.0-217.jar",
|
|
7
|
+
"kotlin-script-runtime-1.9.23.jar",
|
|
8
|
+
"kotlin-reflect-1.9.23.jar",
|
|
9
|
+
"kotlin-stdlib-1.9.23.jar",
|
|
10
|
+
"kotlinx-serialization-json-jvm-1.6.3.jar",
|
|
11
|
+
"kotlinx-serialization-core-jvm-1.6.3.jar",
|
|
13
12
|
"annotations-13.0.jar"
|
|
14
13
|
],
|
|
15
14
|
"debuggerPort": "generate"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
run_kotlin_kernel/jars/{kotlin-script-runtime-1.9.10.jar → kotlin-script-runtime-1.9.23.jar}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Kotlin Multi-Platform ecosystem for symbolic AI",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "0.
|
|
4
|
+
{ "name": "v", "value": "1.0.1" },
|
|
5
5
|
{ "name": "v-renovate-hint", "value": "update: package=it.unibo.tuprolog:full" }
|
|
6
6
|
],
|
|
7
7
|
"link": "https://github.com/gciatto/kt-math",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "0.
|
|
4
|
+
{ "name": "v", "value": "0.15" },
|
|
5
5
|
{ "name": "v-renovate-hint", "value": "update: package=org.biokotlin:biokotlin" }
|
|
6
6
|
],
|
|
7
7
|
"link": "https://github.com/maize-genetics/BioKotlin",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b5f3e08f85b7358751778d7283a2e0ec2bf3aea7
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "A library to use the Develocity API in Kotlin scripts or projects",
|
|
3
|
+
"properties": [
|
|
4
|
+
{ "name": "version", "value": "2024.1.1" },
|
|
5
|
+
{ "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:develocity-api-kotlin" }
|
|
6
|
+
],
|
|
7
|
+
"link": "https://github.com/gabrielfeo/develocity-api-kotlin",
|
|
8
|
+
"dependencies": [
|
|
9
|
+
"com.gabrielfeo:develocity-api-kotlin:$version"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Kotlin SQL framework",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "0.
|
|
4
|
+
{ "name": "v", "value": "0.50.0" },
|
|
5
5
|
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.exposed:exposed-core" }
|
|
6
6
|
],
|
|
7
7
|
"link": "https://github.com/JetBrains/Exposed",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "A library to use the Gradle Enterprise API in Kotlin scripts or projects",
|
|
2
|
+
"description": "[Deprecated: use develocity-api-kotlin] A library to use the Gradle Enterprise API in Kotlin scripts or projects",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "version", "value": "
|
|
4
|
+
{ "name": "version", "value": "2024.1.1" },
|
|
5
5
|
{ "name": "version-renovate-hint", "value": "update: package=com.gabrielfeo:gradle-enterprise-api-kotlin" }
|
|
6
6
|
],
|
|
7
7
|
"link": "https://github.com/gabrielfeo/gradle-enterprise-api-kotlin",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Discrete event simulator",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "0.12.
|
|
4
|
+
{ "name": "v", "value": "0.12.106" },
|
|
5
5
|
{ "name": "v-renovate-hint", "value": "update: package=com.github.holgerbrandl:kalasim" }
|
|
6
6
|
],
|
|
7
7
|
"link": "https://www.kalasim.org",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Asynchronous HTTP client",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "0.
|
|
5
|
-
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client
|
|
4
|
+
{ "name": "v", "value": "0.2.0-dev-9" },
|
|
5
|
+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" }
|
|
6
6
|
],
|
|
7
|
-
"link": "https://
|
|
7
|
+
"link": "https://github.com/Kotlin/kotlin-jupyter-http-util",
|
|
8
8
|
"repositories": [
|
|
9
9
|
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": [
|
|
12
|
-
"org.jetbrains.kotlinx:kotlin-jupyter-ktor-client
|
|
12
|
+
"org.jetbrains.kotlinx:kotlin-jupyter-ktor-client:$v"
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"description": "Lets-Plot visualisation for GeoTools toolkit",
|
|
3
3
|
"link": "https://github.com/JetBrains/lets-plot-kotlin",
|
|
4
4
|
"properties": [
|
|
5
|
-
{ "name": "api", "value": "4.7.
|
|
5
|
+
{ "name": "api", "value": "4.7.2" },
|
|
6
6
|
{ "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools" },
|
|
7
7
|
{ "name": "gt", "value": "[30,)" },
|
|
8
8
|
{ "name": "gt-renovate-hint", "value": "update: package=org.geotools:gt-geojson" }
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "api", "value": "4.7.
|
|
4
|
+
{ "name": "api", "value": "4.7.2" },
|
|
5
5
|
{ "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-kernel" },
|
|
6
|
-
{ "name": "lib", "value": "4.3.
|
|
6
|
+
{ "name": "lib", "value": "4.3.2" },
|
|
7
7
|
{ "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" },
|
|
8
|
-
{ "name": "js", "value": "4.3.
|
|
8
|
+
{ "name": "js", "value": "4.3.2" },
|
|
9
9
|
{ "name": "lib-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-common" },
|
|
10
10
|
{ "name": "isolatedFrame", "value": "" }
|
|
11
11
|
],
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"org.jetbrains.letsPlot.bistro.qq.*",
|
|
38
38
|
"org.jetbrains.letsPlot.bistro.joint.*",
|
|
39
39
|
"org.jetbrains.letsPlot.bistro.residual.*",
|
|
40
|
-
"org.jetbrains.letsPlot.intern.toSpec"
|
|
40
|
+
"org.jetbrains.letsPlot.intern.toSpec",
|
|
41
|
+
"org.jetbrains.letsPlot.spatial.SpatialDataset"
|
|
41
42
|
],
|
|
42
43
|
"init": [
|
|
43
44
|
"import org.jetbrains.letsPlot.LetsPlot",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "0.
|
|
5
|
-
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-
|
|
4
|
+
{ "name": "v", "value": "0.2.0-dev-9" },
|
|
5
|
+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization" }
|
|
6
6
|
],
|
|
7
|
-
"link": "https://github.com/Kotlin/
|
|
7
|
+
"link": "https://github.com/Kotlin/kotlin-jupyter-http-util",
|
|
8
8
|
"repositories": [
|
|
9
9
|
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": [
|
|
12
|
-
"org.jetbrains.kotlinx:kotlin-jupyter-
|
|
12
|
+
"org.jetbrains.kotlinx:kotlin-jupyter-serialization:$v"
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Statistical Machine Intelligence and Learning Engine",
|
|
3
3
|
"properties": [
|
|
4
|
-
{ "name": "v", "value": "3.0
|
|
4
|
+
{ "name": "v", "value": "3.1.0" },
|
|
5
5
|
{ "name": "v-renovate-hint", "value": "update: package=com.github.haifengl:smile-kotlin" }
|
|
6
6
|
],
|
|
7
7
|
"link": "https://github.com/haifengl/smile",
|
run_kotlin_kernel/run_kernel.py
CHANGED
|
@@ -5,11 +5,14 @@ import subprocess
|
|
|
5
5
|
import sys
|
|
6
6
|
from kotlin_kernel import env_names
|
|
7
7
|
from kotlin_kernel import port_generator
|
|
8
|
+
_CLIENT_TYPE_PREFIX = '-client='
|
|
8
9
|
|
|
9
10
|
|
|
10
|
-
def run_kernel(*args):
|
|
11
|
+
def run_kernel(*args: str):
|
|
12
|
+
args = list(args)
|
|
13
|
+
client_type = _extract_argument(args, _CLIENT_TYPE_PREFIX)
|
|
11
14
|
try:
|
|
12
|
-
run_kernel_impl(*args)
|
|
15
|
+
run_kernel_impl(*args, client_type=client_type)
|
|
13
16
|
except KeyboardInterrupt:
|
|
14
17
|
print('Kernel interrupted')
|
|
15
18
|
try:
|
|
@@ -18,13 +21,21 @@ def run_kernel(*args):
|
|
|
18
21
|
os._exit(130)
|
|
19
22
|
|
|
20
23
|
|
|
24
|
+
def _extract_argument(args, prefix):
|
|
25
|
+
for arg_index in range(len(args)):
|
|
26
|
+
if args[arg_index].startswith(prefix):
|
|
27
|
+
return args.pop(arg_index)[len(prefix):]
|
|
28
|
+
return None
|
|
29
|
+
|
|
30
|
+
|
|
21
31
|
def module_install_path():
|
|
22
32
|
abspath = os.path.abspath(__file__)
|
|
23
33
|
current_dir = os.path.dirname(abspath)
|
|
24
34
|
return str(current_dir)
|
|
25
35
|
|
|
26
36
|
|
|
27
|
-
def run_kernel_impl(connection_file, jar_args_file=None, executables_dir=
|
|
37
|
+
def run_kernel_impl(connection_file, jar_args_file=None, executables_dir=
|
|
38
|
+
None, *, client_type: str):
|
|
28
39
|
abspath = os.path.abspath(__file__)
|
|
29
40
|
current_dir = os.path.dirname(abspath)
|
|
30
41
|
if jar_args_file is None:
|
|
@@ -70,6 +81,8 @@ def run_kernel_impl(connection_file, jar_args_file=None, executables_dir=None):
|
|
|
70
81
|
jvm_args = shlex.split(jvm_arg_str)
|
|
71
82
|
jar_args = [main_jar_path, '-classpath=' + class_path_arg,
|
|
72
83
|
connection_file, '-home=' + executables_dir]
|
|
84
|
+
if client_type is not None:
|
|
85
|
+
jar_args.append(_CLIENT_TYPE_PREFIX + client_type)
|
|
73
86
|
if debug_port is not None:
|
|
74
87
|
jar_args.append('-debugPort=' + str(debug_port))
|
|
75
88
|
subprocess.call([java] + jvm_args + ['-jar'] + debug_list + jar_args)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kotlin_jupyter_kernel-0.12.0.154.dist-info → kotlin_jupyter_kernel-0.12.0.217.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|