Skip to content

Commit 4b69272

Browse files
committed
Utility script to build and install snapshot version of the JJava
- dev docs
1 parent 8a09cbb commit 4b69272

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DEV-GUIDE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# JJava Developer Guide
22

3+
## Installing the latest snapshot version of the Kernel
4+
5+
On macOS (and possibly on Linux) you could just run `snapshot-install.sh` script
6+
to build and install current snapshot version of the JJava kernel.
7+
8+
Alternatively, you could just build it and install as with any release version:
9+
10+
```bash
11+
mvn clean package
12+
unzip -u "${BUILD_DIR}".zip -d "${TARGET_PATH}"
13+
jupyter kernelspec install "${TARGET_PATH}" --name=java --user
14+
```
15+
316
## Releasing New Version
417

518
### Prerequisites

0 commit comments

Comments
 (0)