We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a09cbb commit 4b69272Copy full SHA for 4b69272
DEV-GUIDE.md
@@ -1,5 +1,18 @@
1
# JJava Developer Guide
2
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
16
## Releasing New Version
17
18
### Prerequisites
0 commit comments