Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit ed2b7b0

Browse files
authored
Better project description.
1 parent a3c34b9 commit ed2b7b0

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@
66

77
---
88

9-
`scijava-jupyter-kernel` aims to be a [Jupyter](http://jupyter.org/) kernel that integrate well with [ImageJ](http://imagej.net). See [here](https://imagej.net/Scijava_Jupyter_Kernel) for more details.
9+
`scijava-jupyter-kernel` aims to be a polyglot [Jupyter](http://jupyter.org/) kernel. It uses the [Scijava scripting languages](https://imagej.net/Scripting#Supported_languages) to execute the code in Jupyter client and it's possible to use different languages in the same notebook.
1010

11-
*Under the hood `scijava-jupyter-kernel` uses the [Beaker base kernel](https://github.com/twosigma/beakerx/tree/master/kernel/base).*
11+
Some of the supported languages are Groovy (default), Python, Beanshell, Clojure, Java, Javascript, Ruby and Scala.
12+
13+
The kernel has been originally created to work with ImageJ. See [here](https://imagej.net/Scijava_Jupyter_Kernel) for more details.
1214

13-
[Scripting languages](https://imagej.net/Scripting#Supported_languages) supported are :
14-
15-
- Groovy
16-
- Python
17-
- BeanShell
18-
- Clojure
19-
- Java
20-
- JavaScript
21-
- R
22-
- Ruby
23-
- Scala
15+
*Under the hood `scijava-jupyter-kernel` uses the [Beaker base kernel](https://github.com/twosigma/beakerx/tree/master/kernel/base).*
2416

2517
## Documentation
2618

0 commit comments

Comments
 (0)