Skip to content

Commit 702c82f

Browse files
committed
Upgrade LP -> v4.8.1, improve devdocs.
1 parent f62cea1 commit 702c82f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

demo/js-frontend-app/src/jsMain/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<script type="text/javascript"
13-
src="https://cdn.jsdelivr.net/gh/JetBrains/lets-plot@v4.8.1rc1/js-package/distr/lets-plot.min.js"></script>
13+
src="https://cdn.jsdelivr.net/gh/JetBrains/lets-plot@v4.8.1/js-package/distr/lets-plot.min.js"></script>
1414
<script src="js-frontend-app.js"></script>
1515
<div>
1616
<h2>Lets-Plot Kotlin/JS Demo.</h2>

devdocs/JUPYTER_KOTLIN_KERNEL.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ It will publish all artifacts to `<project root>/.maven-publish-dev-repo/` folde
5555

5656
#### Edit the library descriptor (lets-plot.json or lets-plot-gt.json):
5757

58-
> **Tip:** To make sure you have the latest version of the descriptor in "~/.jupyter_kotlin/cache",
59-
> execute the `%use lets-plot` statement in the notebook.
60-
> The kernel will download a newer descriptor if available.
61-
58+
- Create a copy of the `lets-plot.json` and/or `lets-plot-gt.json` file in the `~/.jupyter_kotlin/libraries` directory. \
59+
The `%use lets-plot` command will pick up the descriptor from this location. \
60+
Alternatively, you can copy the descriptor to any location and use it via `%use @<path to the descriptor>` command.
61+
62+
6263
- add _Maven Local_ or _Sonatype SNAPSHOT_ repository or both:
6364
```
6465
"repositories": [
@@ -77,7 +78,7 @@ It will publish all artifacts to `<project root>/.maven-publish-dev-repo/` folde
7778

7879
- if experimenting with Lets-Plot JS which is not published:
7980
- Set "js" version to "dev";
80-
> **TBD:** Currently there is no clean way to configure "dev" version for JS.
81+
> **TBD:** Currently, there is no clean way to configure "dev" version for JS.
8182
> The "dirty" way is to add "dev" to the "js" version right in the `VersionChecker.kt`.
8283
>
8384
> See the `letsPlotJsVersion` property in the `VersionChecker.kt` file.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
3636
jupyterApi.version=0.12.0-313
3737

3838
# Also update the JS version in <home>/demo/js-frontend-app/src/jsMain/resources/index.html
39-
letsPlot.version=4.8.1-rc1
39+
letsPlot.version=4.8.1
4040

4141
# https://geotoolsnews.blogspot.com/
4242
geotools.version=33.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lets_plot.version=4.8.1-rc1
1+
lets_plot.version=4.8.1
22
lets_plot_kotlin_api.version=4.11.3-SNAPSHOT

0 commit comments

Comments
 (0)