File tree Expand file tree Collapse file tree 3 files changed +3997
-7
lines changed
docs/examples/jupyter-notebooks/f-4.11.0 Expand file tree Collapse file tree 3 files changed +3997
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Lets-Plot library descriptors are files:
88- lets-plot.json
99- lets-plot-gt.json
1010
11- After installing kotlin kernel the "bundled" library descriptors are located in
11+ After installing kotlin kernel, the "bundled" library descriptors are located in
1212
1313> /opt/anaconda3/envs/<env name >/lib/python3.7/site-packages/run_kotlin_kernel/libraries/
1414
@@ -44,10 +44,10 @@ Clear Maven cache:
4444#### Publish artifacts to the local dev-repo:
4545
4646``` bash
47- ./gradlew publishJvmPublicationToMavenLocalRepository
48- ./gradlew publishLetsPlotKotlinGeoToolsPublicationToMavenLocalRepository
49- ./gradlew publishletsPlotKotlinJupyterPublicationToMavenLocalRepository
50- ./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToMavenLocalRepository
47+ ./gradlew publishJvmPublicationToMavenLocalRepository && \
48+ ./gradlew publishLetsPlotKotlinGeoToolsPublicationToMavenLocalRepository && \
49+ ./gradlew publishletsPlotKotlinJupyterPublicationToMavenLocalRepository && \
50+ ./gradlew publishletsPlotKotlinGeotoolsJupyterPublicationToMavenLocalRepository && \
5151./gradlew publishLetsPlotKotlinJsonPublicationToMavenLocalRepository
5252```
5353
You can’t perform that action at this time.
0 commit comments