Skip to content

twosigma/beakerx_kernel_kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

554362d · Aug 29, 2020

History

22 Commits
Aug 27, 2020
Jun 3, 2020
Aug 29, 2020
Jul 31, 2020
Jun 9, 2020
Jun 29, 2020
Jun 29, 2020
Jul 22, 2020
Aug 27, 2020
Jun 3, 2020
Jun 3, 2020
Jun 2, 2020

Repository files navigation

banner

BeakerX: Beaker extensions for Jupyter - Kotlin 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 Kotlin.

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 ./kotlin-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_kotlin install
cd ..