Skip to content

Commit

Permalink
fix demo link.
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Nov 9, 2024
1 parent aba0a03 commit 9f9865a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Examples of using of the Lets-Plot Kotlin API in JVM and Kotlin/JS applications
- #### Panning and Zooming
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/ggtb.png" alt="f-24g/images/ggtb.png" width="300" height="134">

See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/tree/master/docs/examples/jupyter-notebooks/f-4.9.0/interact_pan_zoom.ipynb).
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.9.0/interact_pan_zoom.ipynb).

- #### Clickable Links
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/lp_verse.png" alt="f-24g/images/lp_verse.png" width="400" height="270">
Expand Down
5 changes: 4 additions & 1 deletion devdocs/JUPYTER_KOTLIN_KERNEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ Otherwise, Kotlin Kernel uses 'bundled' descriptors installed to:

`$ ./gradlew publishLetsPlotKotlinKernelPublicationToMavenLocalRepository`
`$ ./gradlew publishLetsPlotKotlinGeoToolsPublicationToMavenLocalRepository`
`$ ./gradlew publishletsPlotKotlinJupyterPublicationToMavenLocalRepository`
`$ ./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToMavenLocalRepository`
`$ ./gradlew publishLetsPlotKotlinJsonPublicationToMavenLocalRepository`

It will publish `lets-plot-kotlin-api-kernel-<version>` artifact to the `<project root>/.maven-publish-dev-repo/` folder.
It will publish `lets-plot-kotlin-api-kernel-<version>` etc. artifacts to `<project root>/.maven-publish-dev-repo/` folder.

#### 2) Edit "lets-plot.json" (see info above about its location):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import org.jetbrains.kotlinx.jupyter.api.HTML
import org.jetbrains.kotlinx.jupyter.api.Notebook
import org.jetbrains.kotlinx.jupyter.api.declare
import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration
import org.jetbrains.kotlinx.jupyter.api.libraries.repositories
import org.jetbrains.kotlinx.jupyter.api.libraries.resources
import org.jetbrains.letsPlot.Figure
import org.jetbrains.letsPlot.LetsPlot
Expand Down

0 comments on commit 9f9865a

Please sign in to comment.