@@ -215,12 +215,12 @@ Alternatively, run this Conda command to update the package from the developers
215
215
` conda update -c jetbrains-dev kotlin-jupyter-kernel `
216
216
217
217
To change to a specific Kotlin Kernel version, add the ` ={VERSION} ` parameter to the ` kotlin-jupyter-kernel ` command. In this command,
218
- replace the ` {VERSION} ` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, ` 0.15.0.556 ` ).
218
+ replace the ` {VERSION} ` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, ` 0.15.0.584 ` ).
219
219
220
220
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
221
221
stable package:
222
222
223
- ` conda install -c jetbrains kotlin-jupyter-kernel={0.15.0.556 } `
223
+ ` conda install -c jetbrains kotlin-jupyter-kernel={0.15.0.584 } `
224
224
225
225
### Update with Pip
226
226
@@ -233,12 +233,12 @@ Alternatively, run this Conda command to update the package from the developers
233
233
` pip install -i https://test.pypi.org/simple/ kotlin-jupyter-kernel --upgrade `
234
234
235
235
To change to a specific Kotlin Kernel version, add the ` ={VERSION} ` parameter to the ` kotlin-jupyter-kernel ` command. In this command,
236
- replace the ` {VERSION} ` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, ` 0.15.0.556 ` ).
236
+ replace the ` {VERSION} ` parameter with the desired PyPi version of the Kotlin Jupyter Kernel (for example, ` 0.15.0.584 ` ).
237
237
238
238
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
239
239
stable package:
240
240
241
- ` pip install kotlin-jupyter-kernel=={0.15.0.556 } --ignore-installed `
241
+ ` pip install kotlin-jupyter-kernel=={0.15.0.584 } --ignore-installed `
242
242
243
243
### Update in Datalore
244
244
@@ -256,7 +256,7 @@ To update the Kotlin Kernel for notebooks in Datalore:
256
256
- kotlin-jupyter-kernel=={VERSION}
257
257
` ` `
258
258
259
- 2. Replace the ` {VERSION}` parameter for the latest PyPi version of the Kotlin Jupyter Kernel (for example, `0.15.0.556 `).
259
+ 2. Replace the ` {VERSION}` parameter for the latest PyPi version of the Kotlin Jupyter Kernel (for example, `0.15.0.584 `).
260
260
261
261
3. Stop and restart the machine in Datalore.
262
262
0 commit comments