twosigma / beakerx_kernel_groovy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

BeakerX: Beaker extensions for Jupyter - Groovy kernel

BeakerX is a collection of JVM kernels and interactive widgets for plotting, tables, autotranslation, and other extensions to Jupyter Notebook.

This repository contains BeakerX kernel for Groovy.

Please check the main repositoy for further informations: beakerx

Build and Install (linux and mac)

./gradlew build

Kernel Install in Conda (linux and mac)

cd ./groovy-dist
conda env create -n beakerx -f configuration.yml
conda activate beakerx # For conda versions prior to 4.6, run: source activate beakerx
(pip install -r requirements.txt --verbose)
beakerx_kernel_groovy install
cd ..

About

License:Apache License 2.0


Languages

Language:Java 89.6%Language:ANTLR 5.8%Language:Python 4.5%Language:Batchfile 0.0%Language:Shell 0.0%