kotlin-jupyter-kernel 0.14.1.549__py3-none-any.whl → 0.15.0.598__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.
Files changed (30) hide show
  1. {kotlin_jupyter_kernel-0.14.1.549.dist-info → kotlin_jupyter_kernel-0.15.0.598.dist-info}/METADATA +9 -9
  2. {kotlin_jupyter_kernel-0.14.1.549.dist-info → kotlin_jupyter_kernel-0.15.0.598.dist-info}/RECORD +30 -29
  3. run_kotlin_kernel/config/jar_args.json +8 -7
  4. run_kotlin_kernel/jars/{api-0.14.1-549.jar → api-0.15.0-598.jar} +0 -0
  5. run_kotlin_kernel/jars/{kotlin-jupyter-kernel-0.14.1-549-all.jar → kotlin-jupyter-kernel-0.15.0-598-all.jar} +0 -0
  6. run_kotlin_kernel/jars/{kotlin-reflect-2.3.0-dev-200.jar → kotlin-reflect-2.2.20-Beta2.jar} +0 -0
  7. run_kotlin_kernel/jars/{kotlin-script-runtime-2.3.0-dev-200.jar → kotlin-script-runtime-2.2.20-Beta2.jar} +0 -0
  8. run_kotlin_kernel/jars/{kotlin-stdlib-2.3.0-dev-200.jar → kotlin-stdlib-2.2.20-Beta2.jar} +0 -0
  9. run_kotlin_kernel/jars/{lib-0.14.1-549.jar → lib-0.15.0-598.jar} +0 -0
  10. run_kotlin_kernel/jars/protocol-api-0.15.0-598.jar +0 -0
  11. run_kotlin_kernel/libraries/commit_sha +1 -1
  12. run_kotlin_kernel/libraries/intellij-platform.json +1 -1
  13. run_kotlin_kernel/libraries/kraphviz.json +9 -3
  14. run_kotlin_kernel/libraries/langchain4j.json +1 -1
  15. run_kotlin_kernel/libraries/lets-plot-gt.json +1 -1
  16. run_kotlin_kernel/libraries/lets-plot.json +1 -1
  17. run_kotlin_kernel/libraries/mysql.json +1 -1
  18. run_kotlin_kernel/libraries/openai-java.json +1 -1
  19. run_kotlin_kernel/libraries/spring-ai-anthropic.json +1 -1
  20. run_kotlin_kernel/libraries/spring-ai-ollama.json +1 -1
  21. run_kotlin_kernel/libraries/spring-ai-openai.json +1 -1
  22. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/kernel.css +0 -0
  23. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/kernel.js +0 -0
  24. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/kernel.json +0 -0
  25. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/logo-16x16.png +0 -0
  26. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/logo-64x64.png +0 -0
  27. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/wavyline-orange.gif +0 -0
  28. {kotlin_jupyter_kernel-0.14.1.549.data → kotlin_jupyter_kernel-0.15.0.598.data}/data/share/jupyter/kernels/kotlin/wavyline-red.gif +0 -0
  29. {kotlin_jupyter_kernel-0.14.1.549.dist-info → kotlin_jupyter_kernel-0.15.0.598.dist-info}/WHEEL +0 -0
  30. {kotlin_jupyter_kernel-0.14.1.549.dist-info → kotlin_jupyter_kernel-0.15.0.598.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kotlin-jupyter-kernel
3
- Version: 0.14.1.549
3
+ Version: 0.15.0.598
4
4
  Summary: Kotlin kernel for Jupyter notebooks
5
5
  Home-page: https://github.com/Kotlin/kotlin-jupyter
6
6
  Author: JetBrains
@@ -32,7 +32,7 @@ Dynamic: summary
32
32
 
33
33
  # Kotlin Kernel for Jupyter notebooks
34
34
 
35
- The Kotlin Kernel for Jupyter notebooks is a powerful tool that allows you to write and run [Kotlin](https://kotlinlang.org/) 2.3.0-dev-200 code within the
35
+ The Kotlin Kernel for Jupyter notebooks is a powerful tool that allows you to write and run [Kotlin](https://kotlinlang.org/) 2.2.20-Beta2 code within the
36
36
  [Jupyter Notebook](https://jupyter.org) environment. This [Kernel](https://docs.jupyter.org/en/latest/projects/kernels.html) essentially acts as a bridge between Jupyter Notebook and the Kotlin compiler.
37
37
 
38
38
  <img src="images/kotlin_notebook.gif" width="900" height="700" alt="Alt text for the GIF">
@@ -113,7 +113,7 @@ Start using the Kotlin Kernel for Jupyter notebooks:
113
113
 
114
114
  ### Kotlin version support
115
115
 
116
- The latest version of the Kotlin Kernel for notebooks uses the Kotlin compiler of version 2.3.0-dev-200.
116
+ The latest version of the Kotlin Kernel for notebooks uses the Kotlin compiler of version 2.2.20-Beta2.
117
117
 
118
118
  ### Jupyter environments
119
119
 
@@ -238,12 +238,12 @@ Alternatively, run this Conda command to update the package from the developers
238
238
  `conda update -c jetbrains-dev kotlin-jupyter-kernel`
239
239
 
240
240
  To change to a specific Kotlin Kernel version, add the `={VERSION}` parameter to the `kotlin-jupyter-kernel` command. In this command,
241
- replace the `{VERSION}` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, `0.14.1.542`).
241
+ replace the `{VERSION}` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, `0.15.0.584`).
242
242
 
243
243
  You can specify the version in both commands the one from the stable package and the one from the developers channel package. For example, for the
244
244
  stable package:
245
245
 
246
- `conda install -c jetbrains kotlin-jupyter-kernel={0.14.1.542}`
246
+ `conda install -c jetbrains kotlin-jupyter-kernel={0.15.0.584}`
247
247
 
248
248
  ### Update with Pip
249
249
 
@@ -256,12 +256,12 @@ Alternatively, run this Conda command to update the package from the developers
256
256
  `pip install -i https://test.pypi.org/simple/ kotlin-jupyter-kernel --upgrade`
257
257
 
258
258
  To change to a specific Kotlin Kernel version, add the `={VERSION}` parameter to the `kotlin-jupyter-kernel` command. In this command,
259
- replace the `{VERSION}` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, `0.14.1.542`).
259
+ replace the `{VERSION}` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, `0.15.0.584`).
260
260
 
261
261
  You can specify the version in both commands the one from the stable package and the one from the developers channel package. For example, for the
262
262
  stable package:
263
263
 
264
- `pip install kotlin-jupyter-kernel=={0.14.1.542} --ignore-installed`
264
+ `pip install kotlin-jupyter-kernel=={0.15.0.584} --ignore-installed`
265
265
 
266
266
  ### Update in Datalore
267
267
 
@@ -279,7 +279,7 @@ To update the Kotlin Kernel for notebooks in Datalore:
279
279
  - kotlin-jupyter-kernel=={VERSION}
280
280
  ```
281
281
 
282
- 2. Replace the `{VERSION}` parameter for the latest PyPi version of the Kotlin Jupyter Kernel (for example, `0.14.1.542`).
282
+ 2. Replace the `{VERSION}` parameter for the latest PyPi version of the Kotlin Jupyter Kernel (for example, `0.15.0.584`).
283
283
 
284
284
  3. Stop and restart the machine in Datalore.
285
285
 
@@ -406,7 +406,7 @@ You can add dynamic dependencies to the notebook using the following annotations
406
406
  class directories or JARs, as well as Ivy and Maven artifacts:
407
407
 
408
408
  ```kotlin
409
- @file:DependsOn(io.ktor:ktor-client-core-jvm:$ktorVersion)
409
+ @file:DependsOn("io.ktor:ktor-client-core-jvm:$ktorVersion")
410
410
  ```
411
411
 
412
412
  * **`@file:Repository(<absolute-path>)`:** In this annotation, you need to specify the absolute path of the dependency.
@@ -1,10 +1,10 @@
1
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/kernel.css,sha256=SrOn9yznJ9DypC3eWh_GLywHFhnWnanFcXvxi2wSx58,16243
2
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/kernel.js,sha256=rBNSVBn70hAkthZ4IgzD1k1pOMKx2xsRTu9JS3zJIeI,39995
3
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/kernel.json,sha256=Y3RldxF0PbuC1qF5mqJHiYzMfFbRSc0fv6-WuEKZ4AE,377
4
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/logo-16x16.png,sha256=_moCJ0hV1QFlLddmR1xTxT9a49vcH73ifHOtuIy1Ekc,360
5
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/logo-64x64.png,sha256=UbztVWqOsXyyxirfU2P7Krw-YF3rnO0qnNwKjCGwqrs,890
6
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/wavyline-orange.gif,sha256=ywWwQbjx7h4xmNNv5ejw_wiM9W1mLQ3dSaIeoNaxouc,816
7
- kotlin_jupyter_kernel-0.14.1.549.data/data/share/jupyter/kernels/kotlin/wavyline-red.gif,sha256=1YSSeaUynK9dWv-HozOWsus4NFOqqbtAqIibRaUxL_c,46
1
+ kotlin_jupyter_kernel-0.15.0.598.data/data/share/jupyter/kernels/kotlin/kernel.css,sha256=SrOn9yznJ9DypC3eWh_GLywHFhnWnanFcXvxi2wSx58,16243
2
+ kotlin_jupyter_kernel-0.15.0.598.data/data/share/jupyter/kernels/kotlin/kernel.js,sha256=rBNSVBn70hAkthZ4IgzD1k1pOMKx2xsRTu9JS3zJIeI,39995
3
+ kotlin_jupyter_kernel-0.15.0.598.data/data/share/jupyter/kernels/kotlin/kernel.json,sha256=Y3RldxF0PbuC1qF5mqJHiYzMfFbRSc0fv6-WuEKZ4AE,377
4
+ kotlin_jupyter_kernel-0.15.0.598.data/data/share/jupyter/kernels/kotlin/logo-16x16.png,sha256=_moCJ0hV1QFlLddmR1xTxT9a49vcH73ifHOtuIy1Ekc,360
5
+ kotlin_jupyter_kernel-0.15.0.598.data/data/share/jupyter/kernels/kotlin/logo-64x64.png,sha256=UbztVWqOsXyyxirfU2P7Krw-YF3rnO0qnNwKjCGwqrs,890
6
+ kotlin_jupyter_kernel-0.15.0.598.data/data/share/jupyter/kernels/kotlin/wavyline-orange.gif,sha256=ywWwQbjx7h4xmNNv5ejw_wiM9W1mLQ3dSaIeoNaxouc,816
7
+ kotlin_jupyter_kernel-0.15.0.598.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
@@ -15,22 +15,23 @@ kotlin_kernel/port_generator.py,sha256=thVGy9R52ZUE0I5b4j2rjhgANl4OpyxIbji9RX6wu
15
15
  run_kotlin_kernel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  run_kotlin_kernel/__main__.py,sha256=LXGKFM09GfstVmAVgpWm3HndpUf_53z0tnYuD19oWTQ,155
17
17
  run_kotlin_kernel/run_kernel.py,sha256=UWtMhlnXzoUikWLMY-XI1IuRiTgcbtgvFxsyOunCTTo,3361
18
- run_kotlin_kernel/config/jar_args.json,sha256=h4ZJvgjHngpkgeLqWdhNFo7-7iP8ODnyhckKZSeACNI,544
18
+ run_kotlin_kernel/config/jar_args.json,sha256=Axg9yWhZCSux8z_nzK1uzKugiN2ctIoXcbrJH7J05P0,580
19
19
  run_kotlin_kernel/jars/annotations-13.0.jar,sha256=rOKhDcji1f00kl7KwD5JiLLA-FFlDJS4zvSbob0RFHg,17536
20
- run_kotlin_kernel/jars/api-0.14.1-549.jar,sha256=JQVdWspGeMwPZiZDySBOXnvDeaCYMw-bBIZsU0yIxoM,481512
21
- run_kotlin_kernel/jars/kotlin-jupyter-kernel-0.14.1-549-all.jar,sha256=xUmzjjIDRc-KipU4sxAR8Kv_kBf7xYdomgIhGGJfuo8,80356493
22
- run_kotlin_kernel/jars/kotlin-reflect-2.3.0-dev-200.jar,sha256=8jpQiVIyG9AkH_taUeR2QSot6giEOSAKTTcqvgovplo,3341037
23
- run_kotlin_kernel/jars/kotlin-script-runtime-2.3.0-dev-200.jar,sha256=XYlZ28rHnioVk8ycQrCPePMYjJMzDNHXfU5e8d3G-e0,44767
24
- run_kotlin_kernel/jars/kotlin-stdlib-2.3.0-dev-200.jar,sha256=uo4QOcs-ShbjEAM60hG9-KJ3VCB4Y8aSH-Tiu0kI4Ic,1761419
20
+ run_kotlin_kernel/jars/api-0.15.0-598.jar,sha256=xANXhgnupQIB06jHcuhFFyUaFauxd32JHBXsfEieBu0,476853
21
+ run_kotlin_kernel/jars/kotlin-jupyter-kernel-0.15.0-598-all.jar,sha256=uJX-cBcNy6XTUGrv6FOuyzuvM82oESXBSNQvJUqiL-I,80388010
22
+ run_kotlin_kernel/jars/kotlin-reflect-2.2.20-Beta2.jar,sha256=OoXp5q6j-w8bqcnjswQZMgGipcOYGyOsRv2TPP4YpcA,3341039
23
+ run_kotlin_kernel/jars/kotlin-script-runtime-2.2.20-Beta2.jar,sha256=PYF6KXcaXEvuCJl2jiU9woFZCMgwWmbzpXnziAzIjT4,44774
24
+ run_kotlin_kernel/jars/kotlin-stdlib-2.2.20-Beta2.jar,sha256=0BJZ5gkN4_-Ok4FElwmAl46052TXVacNTNB3VSMVo5w,1761449
25
25
  run_kotlin_kernel/jars/kotlinx-serialization-core-jvm-1.9.0.jar,sha256=Hwr6FyEQ5FpyMe8bRK6P2Eweuv-W8_w61o74xIEgtZw,399128
26
26
  run_kotlin_kernel/jars/kotlinx-serialization-json-jvm-1.9.0.jar,sha256=2UzDTK45JGoa90_aY_nEgSzhIhbvZB1fo7u7U5ppItg,278414
27
- run_kotlin_kernel/jars/lib-0.14.1-549.jar,sha256=8tS7xHZL_YNWXTfRMAagtsX5q4jrZGRkPOE_QoGQBxw,39639
27
+ run_kotlin_kernel/jars/lib-0.15.0-598.jar,sha256=Brp4ZfRmlBdIIoLNT5vvbftAyoT6WDwT-yokjRBuaWY,39640
28
+ run_kotlin_kernel/jars/protocol-api-0.15.0-598.jar,sha256=A2UMhk-85skNifekQxeb1V6G2FzveNHsJdDYstNwthQ,8220
28
29
  run_kotlin_kernel/jars/slf4j-api-2.0.17.jar,sha256=e3UdlSBhlU1av-1xgcH2RdM2CRtnmJFZHWMynGIuuDI,69908
29
30
  run_kotlin_kernel/libraries/2p-kt.json,sha256=0JsR1-t0wTqqQcvNOdyaI9mnTQg7ujoaSg3WmgYfHA8,716
30
31
  run_kotlin_kernel/libraries/adventOfCode.json,sha256=37Hes_YFZgnf0gpKBKdoiah1Ju7QmxxtT13_cb0d0Mo,427
31
32
  run_kotlin_kernel/libraries/biokotlin.json,sha256=q8cbJYg834iTimxpbS_3ri8jer-nh2dcEolEd6F3hdk,455
32
33
  run_kotlin_kernel/libraries/combinatoricskt.json,sha256=CeDXf2x5x7FBckPH-SO2Gp0ECTpzkf297KLUtIgOyE4,421
33
- run_kotlin_kernel/libraries/commit_sha,sha256=W5hh08psC1mCTjhcX1j1A9ekbvG1T6coMfv_ekzoBiw,40
34
+ run_kotlin_kernel/libraries/commit_sha,sha256=2hhLP5ua8KG8ObtjuMSELMZfWFBdZXlT_w8N5ekLMIE,40
34
35
  run_kotlin_kernel/libraries/coroutines.json,sha256=-f1HIMVmUNZgf4Nke9GrBFwYLWWWMEvtYTVovqy-9U4,466
35
36
  run_kotlin_kernel/libraries/dataframe.json,sha256=Fc2VM7PEW_dx-hYUhmu31bkhiCNFAXhI8W9UBDp-UsE,552
36
37
  run_kotlin_kernel/libraries/datetime.json,sha256=QQ02YoPvg3-7aOJc03ycD2W5S8kBE1wo-bX6t5Y_zcM,389
@@ -42,7 +43,7 @@ run_kotlin_kernel/libraries/exposed.json,sha256=zwux2o27Q04B1YjQVlrNV5JxRTRH1LxY
42
43
  run_kotlin_kernel/libraries/fuel.json,sha256=x6d_ZuW52uSMY8b_J4kc4D2HpCKmwokroa68ldIemMM,531
43
44
  run_kotlin_kernel/libraries/global.options,sha256=zaygjPkfEstZI9fsuqOUfQiliyNY2LgZOZKbnmJ9Klk,62
44
45
  run_kotlin_kernel/libraries/gral.json,sha256=U46i-u3zvWox8CvAdd03nneKMhmObNQNy5xf8YF5XDM,956
45
- run_kotlin_kernel/libraries/intellij-platform.json,sha256=5P1DbyduTxL2ObDfZloUdwwFBO_q6ACfwkk3ui715gw,632
46
+ run_kotlin_kernel/libraries/intellij-platform.json,sha256=nKeRoYE0in54nOqKEnkgPnG-6j86TtBED539EJdd9vM,632
46
47
  run_kotlin_kernel/libraries/jdsp.json,sha256=6AHgyo_jw-SQfuF1NQLlBFnyc6xBLugrNRBJzhCB2ho,321
47
48
  run_kotlin_kernel/libraries/jupyter-js.json,sha256=Hf2GRSlK12lMQFB40Khpb6M_ZOaaZCvqpz7a-On-J28,419
48
49
  run_kotlin_kernel/libraries/kalasim.json,sha256=_CqvHdpH0WGWExRvOZiwpLFtTRbtwN_saS_SxFukSqc,307
@@ -54,19 +55,19 @@ run_kotlin_kernel/libraries/klaxon.json,sha256=B-yfF9EDGvKVC-IO0lHted2wgjRQzgRGt
54
55
  run_kotlin_kernel/libraries/kmath.json,sha256=xQNsG7GRe2T3zbcEGf6PsrZAEwXubbXZHVDR9pTGO-A,397
55
56
  run_kotlin_kernel/libraries/koog.json,sha256=DSkYdGuHXiQhC7FxeqBmhPwVNtHXrzW3JHwJX1kOk0k,1430
56
57
  run_kotlin_kernel/libraries/kotlin-dl.json,sha256=AKdJEAanoqOJHhBLzWSoYa8_UI1J6vLm2FK3IkirvsE,1613
57
- run_kotlin_kernel/libraries/kraphviz.json,sha256=ERGunE5iX_PA4fQkNEuVFNUMMv_pI6OZ6PZTbQ7hHBE,577
58
+ run_kotlin_kernel/libraries/kraphviz.json,sha256=XOw6byq82T98c4O8j8Q54LJ7iwtm-1S2stEjeVqvRXk,846
58
59
  run_kotlin_kernel/libraries/kravis.json,sha256=L1Yjnsi8kt3Q_2Y6fEZzOyIzlAylYcx0z09MS8WTVDE,333
59
60
  run_kotlin_kernel/libraries/ksl.json,sha256=kDkRYqXcltV6Ji5c0fLxojAOaSsiB-b0-ialL9lHkHA,1550
60
61
  run_kotlin_kernel/libraries/kt-math.json,sha256=HhOe3AA4OUTqJdRB3F4rAe01mqZk9dolrQZUH6f2IXk,408
61
62
  run_kotlin_kernel/libraries/ktor-client.json,sha256=RDbVYCX1_2wA64bWXU9UOjH4oDsJ5Tkn-x-8nW4DNzc,466
62
- run_kotlin_kernel/libraries/langchain4j.json,sha256=WzL1o5InvceEQsZu_gaBHHB2DEl4QKnvU3KyfVrc7o8,2761
63
- run_kotlin_kernel/libraries/lets-plot-gt.json,sha256=vAiJ8j7tErNADZI0T7SfPnNipGY0MuJ0RIM-xeoLrjM,475
64
- run_kotlin_kernel/libraries/lets-plot.json,sha256=jc7W9T1_CbTyjYZtI9XzhcqzkydoruaS98PojmBzIVk,471
63
+ run_kotlin_kernel/libraries/langchain4j.json,sha256=onR3eI2T7liNrgPotGmFa9kqrer0gjXcxxCbrZHEiGc,2761
64
+ run_kotlin_kernel/libraries/lets-plot-gt.json,sha256=Gh401T7tHGuLXBx-CvrFb4pxSluN4qKTnYCSr1YrttM,475
65
+ run_kotlin_kernel/libraries/lets-plot.json,sha256=XKhZzDhaIcVCvFEa3KSaiXKhMvrUyaLWrIiIvu6us70,471
65
66
  run_kotlin_kernel/libraries/lib-ext.json,sha256=5i8G7FglEfxnp7ctxCJasYbdOdt462Qd1lhqnlmEYYQ,399
66
67
  run_kotlin_kernel/libraries/londogard-nlp-toolkit.json,sha256=4T64oKgjxwqoiBzLDuMEy4395frXueTWdE-tbSzTyak,779
67
68
  run_kotlin_kernel/libraries/multik.json,sha256=q3-9O2cRJQNpdnKOVGwjolbs2yFtCmFaCTTRZyVbYjE,807
68
- run_kotlin_kernel/libraries/mysql.json,sha256=ioxwFNM9ZlDLFIz74TjPPscZuZI9d3k0zTfmPCdPkk8,314
69
- run_kotlin_kernel/libraries/openai-java.json,sha256=y6STqPH09-UKyPg0aNypbKMRirrPlUSpKP8Os34XrWw,303
69
+ run_kotlin_kernel/libraries/mysql.json,sha256=oL8he4lyRj9VMGSJ9YY-CWjd1amtQ1aHJh5xC_et5iM,314
70
+ run_kotlin_kernel/libraries/openai-java.json,sha256=aJE4u5WZRcdQUAWP-oUI7PbaR753mzgRnfSrvjEDX2w,303
70
71
  run_kotlin_kernel/libraries/openai.json,sha256=8a8E409NrFukuI7WLcDAYS4uFiLeILDDgHeXtT5HmgY,444
71
72
  run_kotlin_kernel/libraries/plotly-server.json,sha256=qEiJldbc7DOH9Z7SzAyiTlzu7npRbdv9sM3Jg0uJwHM,482
72
73
  run_kotlin_kernel/libraries/plotly.json,sha256=MGsk-WjeBAwz-EMERH8LOykEyMj0vifdx80XOiO9wKc,487
@@ -77,11 +78,11 @@ run_kotlin_kernel/libraries/serialization.json,sha256=TMkzGcP8JzY-RiVbDh6tjPHQxg
77
78
  run_kotlin_kernel/libraries/smile.json,sha256=g7SmagKDdBpS-s12KFO8N7XDKqVY3qkVrmtZTExDu-8,570
78
79
  run_kotlin_kernel/libraries/spark-streaming.json,sha256=y8jLJ-MvAcR2sLwOpUi-Qa9b4cb229qW7Osqp2mk6MA,803
79
80
  run_kotlin_kernel/libraries/spark.json,sha256=kR3KOVCSk4joOf4PPq8eH3HbcGFuxFH2onFsmdQqL_o,867
80
- run_kotlin_kernel/libraries/spring-ai-anthropic.json,sha256=mD8UBTCj_yWtluHvB1Jd-asaT-yNl5ttGk--mPrkIDU,1151
81
- run_kotlin_kernel/libraries/spring-ai-ollama.json,sha256=S7bW_Hn_DCrbu1b4SL5FQZAHXbygcZA2Yrl5Y7Rr4IY,1169
82
- run_kotlin_kernel/libraries/spring-ai-openai.json,sha256=BWoaeOgA2gX-7vSZpn_1j7GllMn-mGYzPfcyZP6NjqI,1191
81
+ run_kotlin_kernel/libraries/spring-ai-anthropic.json,sha256=B5srIJbXmdbFX0An13RGwY7i77A47CP-hS7B3X8yi3o,1151
82
+ run_kotlin_kernel/libraries/spring-ai-ollama.json,sha256=64NwHsq0w3VqtPOFg2UudimzvHn5eOnjlxIli7zcjI8,1169
83
+ run_kotlin_kernel/libraries/spring-ai-openai.json,sha256=9u1CVfJYPetiKn4f3GrdQ4Rb_UCkd4I6jyo-by0hmQ8,1191
83
84
  run_kotlin_kernel/libraries/webtau.json,sha256=LqHLaDPUiDoA03PtlJ7ggruMMMWPl-sTga5xzWmbe0Y,1468
84
- kotlin_jupyter_kernel-0.14.1.549.dist-info/METADATA,sha256=DRd_aJaFvz2WFgPU5IHb0brly7Li4r2GGSKksyYfc4c,39355
85
- kotlin_jupyter_kernel-0.14.1.549.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
86
- kotlin_jupyter_kernel-0.14.1.549.dist-info/top_level.txt,sha256=SrAqFjY1mv1N2-RwhzKNyFJlHw8VB1KfoBZ8S3vo0ak,32
87
- kotlin_jupyter_kernel-0.14.1.549.dist-info/RECORD,,
85
+ kotlin_jupyter_kernel-0.15.0.598.dist-info/METADATA,sha256=9g9w0G-seQql7gK1CMRNH6na-1XCC9jj5BEihh4RtAs,39349
86
+ kotlin_jupyter_kernel-0.15.0.598.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
87
+ kotlin_jupyter_kernel-0.15.0.598.dist-info/top_level.txt,sha256=SrAqFjY1mv1N2-RwhzKNyFJlHw8VB1KfoBZ8S3vo0ak,32
88
+ kotlin_jupyter_kernel-0.15.0.598.dist-info/RECORD,,
@@ -1,15 +1,16 @@
1
1
  {
2
- "mainJar": "kotlin-jupyter-kernel-0.14.1-549-all.jar",
2
+ "mainJar": "kotlin-jupyter-kernel-0.15.0-598-all.jar",
3
3
  "mainClass": "org.jetbrains.kotlinx.jupyter.IkotlinKt",
4
4
  "classPath": [
5
- "lib-0.14.1-549.jar",
6
- "api-0.14.1-549.jar",
5
+ "lib-0.15.0-598.jar",
6
+ "api-0.15.0-598.jar",
7
7
  "slf4j-api-2.0.17.jar",
8
- "kotlin-script-runtime-2.3.0-dev-200.jar",
9
- "kotlin-reflect-2.3.0-dev-200.jar",
10
- "kotlin-stdlib-2.3.0-dev-200.jar",
11
- "kotlinx-serialization-json-jvm-1.9.0.jar",
8
+ "kotlin-script-runtime-2.2.20-Beta2.jar",
9
+ "kotlin-reflect-2.2.20-Beta2.jar",
12
10
  "kotlinx-serialization-core-jvm-1.9.0.jar",
11
+ "kotlinx-serialization-json-jvm-1.9.0.jar",
12
+ "kotlin-stdlib-2.2.20-Beta2.jar",
13
+ "protocol-api-0.15.0-598.jar",
13
14
  "annotations-13.0.jar"
14
15
  ],
15
16
  "debuggerPort": "generate"
@@ -1 +1 @@
1
- 589f2213a2aa06c50019c0690b2d9a7bdaee4e2c
1
+ de958d3365bb218aa650e2cd8a549b8c88ed7ca1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "The IntelliJ Platform integration to bridge Kotlin Notebook with the IntelliJ Platform SDK and the IntelliJ IDEA runtime for seamless code execution and interactive development",
3
3
  "properties": [
4
- { "name": "v", "value": "0.0.2-18" },
4
+ { "name": "v", "value": "0.0.3-32" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij-platform" }
6
6
  ],
7
7
  "link": "https://plugins.jetbrains.com/docs/intellij/welcome.html",
@@ -2,7 +2,13 @@
2
2
  "link": "https://github.com/nidi3/graphviz-java",
3
3
  "description": "Graphviz wrapper for JVM",
4
4
  "dependencies": [
5
- "guru.nidi:graphviz-kotlin:0.18.1"
5
+ "guru.nidi:graphviz-kotlin:$v",
6
+ "guru.nidi:graphviz-java-all-j2v8:$v",
7
+ "org.graalvm.js:js:21.3.12"
8
+ ],
9
+ "properties": [
10
+ { "name": "v", "value": "0.18.1" },
11
+ { "name": "v-renovate-hint", "value": "update: package=guru.nidi:graphviz-kotlin" }
6
12
  ],
7
13
  "imports": [
8
14
  "guru.nidi.graphviz.*",
@@ -11,7 +17,7 @@
11
17
  "guru.nidi.graphviz.attribute.*"
12
18
  ],
13
19
  "renderers": {
14
- "guru.nidi.graphviz.model.MutableGraph": "HTML($it.toGraphviz().render(guru.nidi.graphviz.engine.Format.SVG).toString())",
15
- "guru.nidi.graphviz.engine.Graphviz": "HTML($it.render(guru.nidi.graphviz.engine.Format.SVG).toString())"
20
+ "guru.nidi.graphviz.model.MutableGraph": "MIME(\"image/svg+xml\" to `$it`.toGraphviz().render(guru.nidi.graphviz.engine.Format.SVG).toString())",
21
+ "guru.nidi.graphviz.engine.Graphviz": "MIME(\"image/svg+xml\" to `$it`.render(guru.nidi.graphviz.engine.Format.SVG).toString())"
16
22
  }
17
23
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "LangChain is a framework for building applications powered by LLMs, enabling easy integration of models, data, and external tools",
3
3
  "properties": [
4
- { "name": "v", "value": "1.1.0" },
4
+ { "name": "v", "value": "1.2.0" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=dev.langchain4j:langchain4j" },
6
6
  { "name": "model", "value": "openai" }
7
7
  ],
@@ -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": "v", "value": "4.10.0" },
5
+ { "name": "v", "value": "4.11.0" },
6
6
  { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }
7
7
  ],
8
8
  "repositories": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics",
3
3
  "properties": [
4
- { "name": "v", "value": "4.10.0" },
4
+ { "name": "v", "value": "4.11.0" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" },
6
6
  { "name": "isolatedFrame", "value": "" }
7
7
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "MySql JDBC Connector",
3
3
  "properties": [
4
- { "name": "v", "value": "9.3.0" },
4
+ { "name": "v", "value": "9.4.0" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=com.mysql:mysql-connector-j" }
6
6
  ],
7
7
  "link": "https://github.com/mysql/mysql-connector-j",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "OpenAI official Java API",
3
3
  "properties": [
4
- { "name": "v", "value": "2.13.1" },
4
+ { "name": "v", "value": "2.20.1" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=com.openai:openai-java" }
6
6
  ],
7
7
  "link": "https://github.com/openai/openai-java",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with Anthropic models.",
3
3
  "properties": [
4
- { "name": "v", "value": "1.0.0" },
4
+ { "name": "v", "value": "1.0.1" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" }
6
6
  ],
7
7
  "link": "https://github.com/spring-projects/spring-ai",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Spring AI is a specialized application framework designed specifically for AI engineering, providing seamless integration with local models powered by Ollama.",
3
3
  "properties": [
4
- { "name": "v", "value": "1.0.0" },
4
+ { "name": "v", "value": "1.0.1" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" }
6
6
  ],
7
7
  "link": "https://github.com/spring-projects/spring-ai",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Spring AI is a application framework designed specifically for AI engineering, offering seamless integration with OpenAI models.",
3
3
  "properties": [
4
- { "name": "v", "value": "1.0.0" },
4
+ { "name": "v", "value": "1.0.1" },
5
5
  { "name": "v-renovate-hint", "value": "update: package=org.springframework.ai:spring-ai-bom" }
6
6
  ],
7
7
  "link": "https://github.com/spring-projects/spring-ai",