Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

banner

# 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)