Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.26 KB

banner

BeakerX: Beaker extensions for Jupyter - Base classes and utilities

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

This repository contains BeakerX base classes and utilities.

Please check the main repositoy for further informations: beakerx

Install in Conda (linux and mac)

conda env create -n beakerx_base -f configuration.yml
conda activate beakerx_base
pip install -e .