Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twosigma/beakerx_kernel_base
Base repository for BeakerX JVM based kernels
https://github.com/twosigma/beakerx_kernel_base
beakerx jupyter-kernels
Last synced: about 2 months ago
JSON representation
Base repository for BeakerX JVM based kernels
- Host: GitHub
- URL: https://github.com/twosigma/beakerx_kernel_base
- Owner: twosigma
- License: apache-2.0
- Created: 2020-05-12T15:03:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T12:57:46.000Z (5 months ago)
- Last Synced: 2024-07-24T14:48:47.974Z (5 months ago)
- Topics: beakerx, jupyter-kernels
- Language: Java
- Homepage:
- Size: 11 MB
- Stars: 3
- Watchers: 12
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeakerX: Beaker extensions for Jupyter - kernel base
BeakerX is a collection of JVM kernels and interactive widgets for
plotting, tables, autotranslation, and other extensions to Jupyter
Notebook.This repository contains base functionalities common among BeakerX
supported JVM kernels.Please check the main repositoy for further informations:
[beakerx](https://github.com/twosigma/beakerx)### Build and Install (linux and mac)
```
./gradlew clean install
```## Related repositories:
* [clojure kernel](https://github.com/twosigma/beakerx_kernel_clojure)
* [groovy kernel](https://github.com/twosigma/beakerx_kernel_groovy)
* [java kernel](https://github.com/twosigma/beakerx_kernel_java)
* [kotlin kernel](https://github.com/twosigma/beakerx_kernel_kotlin)
* [scala kernel](https://github.com/twosigma/beakerx_kernel_scala)
* [sql kernel](https://github.com/twosigma/beakerx_kernel_sql)