@@ -4,26 +4,16 @@ This repository provides Jupyter kernels for Java development. You can launch an
44
55## Available Kernels
66
7- ### All Kernels (Main Branch)
8- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/main )
9-
10- ### Individual Kernels
11-
12- #### JBang Kernel
13- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/jbang )
14-
15- #### JJava Kernel
16- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/jjava )
17-
18- #### Rapaio Kernel
19- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/rapaio )
20-
21- #### Kotlin Kernel
22- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/kotlin )
23-
24- #### IJava Kernel
25- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/ijava )
7+ | Kernel | Launch Binder | Logo/Link |
8+ | ----------------| ------------------------------------------------------------------------------| --------------------------------------------------------------------------|
9+ | ** All Kernels** (Main) | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/main?urlpath=lab ) | ![ Jupyter Logo] ( https://jupyter.org/assets/homepage/main-logo.svg ) |
10+ | ** JBang** | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/jbang ) | [ <img src =" https://www.jbang.dev/assets/images/icon.png " alt =" JBang " height =" 32 " />] ( https://github.com/jbangdev/jbang-jupyter/ ) |
11+ | ** JJava** | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/jjava ) | [ JJava] ( https://github.com/jupyter-java/jupyter-java ) |
12+ | ** Rapaio** | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/rapaio ) | [ rapaio] ( https://rapaio.github.io/ ) |
13+ | ** Kotlin** | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/kotlin ) | [ <img src =" https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png " alt =" Kotlin " height =" 32 " />] ( https://kotlinlang.org/ ) |
14+ | ** IJava** | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/ijava ) | [ IJava] ( https://github.com/SpencerPark/IJava ) |
2615
2716## Usage
2817
2918Each kernel branch contains only the specific kernel installation, making the startup faster and more focused. Choose the branch that matches your preferred Java kernel for development.
19+
0 commit comments