2.0.0 • Published 3 years ago

@jramineni/beakerx-tabledisplay v2.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
3 years ago

BeakerX: Beaker extensions for Jupyter - TableDisplay Extension

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

This repository contains BeakerX TableDisplay Extension.

Please check the main repositoy for further informations: beakerx

Build and install (linux and mac)

conda env create -n beakerx_tabledisplay -f configuration.yml
conda activate beakerx_tabledisplay
# install beakerx_base (cd $PATH_TO_BEAKERX_BASE; pip install -e .)
(cd beakerx_tabledisplay; pip install -e .)
beakerx_tabledisplay install

Build and install Jupyter Lab

conda env create -n beakerx_tabledisplay_lab -f configuration.yml
conda activate beakerx_tabledisplay_lab
conda install -y -c conda-forge jupyterlab=1
# install beakerx_base (cd $PATH_TO_BEAKERX_BASE; pip install -e .)
(cd beakerx_tabledisplay; pip install -e .)
beakerx_tabledisplay install
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter labextension install . --no-build
jupyter lab build