File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
demo/js-frontend-app/src/jsMain/resources
plot-api/src/jvmMain/resources/letsPlotKotlinAPI Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
3636jupyterApi.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/
4242geotools.version =33.2
Original file line number Diff line number Diff line change 1- lets_plot.version =4.8.1-rc1
1+ lets_plot.version =4.8.1
22lets_plot_kotlin_api.version =4.11.3-SNAPSHOT
You can’t perform that action at this time.
0 commit comments