@@ -91,18 +91,6 @@ Lets-Plot Kotlin API URL: https://lets-plot.org/kotlin/api-reference/index.html
91
91
92
92
See also: [docs/README.md](https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/README.md)
93
93
94
- # ## Update Lets-Plot `library descriptor` in Jupyter Kotlin Kernel
95
-
96
- - Edit [lets-plot.json](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/lets-plot.json) and
97
- [lets-plot-gt.json](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/lets-plot-gt.json)
98
- in the [kotlin-jupyter-libraries](https://github.com/Kotlin/kotlin-jupyter-libraries) GitHub project.
99
-
100
- - Create a PR and get it merged into ' master' .
101
-
102
- > ** Note** : the new descriptor will become the default only with the next release of the Kotlin Kernel.
103
- >
104
- > Until then, the ` %useLatestDescriptors` line magic must be included in notebooks.
105
-
106
94
# ## Demo Notebooks
107
95
108
96
# #### 1. Edit `binder/environment.yml` file.
@@ -120,4 +108,16 @@ This is optional - needed only if newer version of 'kotlin-jupyter-kernel' is re
120
108
* Open the link: https://github.com/JetBrains/lets-plot-kotlin/releases/new
121
109
* Fill ` Tag version` and ` Release title` with the released version: " vX.X.X"
122
110
* Fill the description field - copy from the CHANGELOG.md
111
+
112
+ # ## Update Lets-Plot `library descriptor` in Jupyter Kotlin Kernel
113
+
114
+ - Edit [lets-plot.json](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/lets-plot.json) and
115
+ [lets-plot-gt.json](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/lets-plot-gt.json)
116
+ in the [kotlin-jupyter-libraries](https://github.com/Kotlin/kotlin-jupyter-libraries) GitHub project.
117
+
118
+ - Create a PR and get it merged into ' master' .
119
+
120
+ > ** Note** : the new descriptor will become the default only with the next release of the Kotlin Kernel.
121
+ >
122
+ > Until then, the ` %useLatestDescriptors` line magic must be included in notebooks.
123
123
0 commit comments