You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
`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.
@@ -14,6 +14,11 @@ The kernel has been originally created to work with ImageJ. See [here](https://i
14
14
15
15
*Under the hood`scijava-jupyter-kernel` uses the[Beaker base kernel](https://github.com/twosigma/beakerx/tree/master/kernel/base).*