Skip to content

Commit a423e0c

Browse files
committed
Add time_date_datetime.ipynb demo.
1 parent f590c28 commit a423e0c

File tree

3 files changed

+3997
-7
lines changed

3 files changed

+3997
-7
lines changed

devdocs/JUPYTER_KOTLIN_KERNEL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)