当前位置: 首页 > 软件库 > 数据库相关 > >

beakerx

Beaker Extensions for Jupyter Notebook
授权协议 Apache-2.0 License
开发语言 Clojure
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 施自怡
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

banner

BeakerX: Beaker extensions for Jupyter

BeakerX is a collection of JVM kernels and interactive widgets forplotting, tables, autotranslation, and other extensions to JupyterNotebook and Jupyter Lab version 1.2.x and 2.x.

Version 2.x of BeakerX improves on the original solution architecture by providingindependent modules that end-users can install to better tune the platform.

The documentationconsists of tutorial notebooks on GitHuband a cheatsheet.

BeakerX is the successor to the Beaker Notebook (source codearchive). Itcomes from Two Sigma Open Source. Yes we arehiring.

How to use

To install BeakerX and all kernels use:

conda install -c beakerx beakerx_all

To install only part of the solution choose which kernels to install:

conda install -c beakerx beakerx_kernel_groovy
conda install -c beakerx beakerx_kernel_java
conda install -c beakerx beakerx_kernel_scala
conda install -c beakerx beakerx_kernel_sql
conda install -c beakerx beakerx_kernel_clojure
conda install -c beakerx beakerx_kernel_kotlin

And then install optional packages:

conda install -c beakerx beakerx_kernel_autotranslation
conda install -c beakerx beakerx_tabledisplay
conda install -c beakerx beakerx_widgets

To install BeakerX extensions inside Jupyter Lab 1.2 use

// ensure you have yarn, nodejs and npm installed
conda install -c conda-forge jupyterlab=1.2
conda install -c beakerx beakerx_all

To install BeakerX extensions inside Jupyter Lab 2.x use

// ensure you have yarn, nodejs and npm installed
conda install -c conda-forge jupyterlab=2
conda install -c beakerx beakerx_all

Features

JVM kernels with Interactive Plotting:

screen shot

This feature requires all optional packages.

Autotranslation from Python to JavaScript and D3

screen shot

This feature requires beakerx_kernel_autotranslation package.

Interactive Tables

screen shot

This feature requires beakerx_tabledisplay package.

FAQs

See FAQ.md.

Attribution

BeakerX contains and depends on many projects including:

The kernel is originally derived fromlappsgrid,but has been rewritten in Java and refactored and expanded.

The Java support uses Adrian Witas' org.abstractmeta.toolbox.

ANTLR Copyright (c) 2012 Terence Parr and Sam Harwell

d3 Copyright (c) 2010-2015, Michael Bostock

IPython Copyright (c) 2008-2014, IPython Development TeamCopyright (c) 2001-2007, Fernando PerezCopyright (c) 2001, Janko HauserCopyright (c) 2001, Nathaniel Gray

The table of contents and init cells extensions come from:IPython-contrib Copyright (c) 2013-2015, IPython-contrib Developers

Scala Copyright (c) 2002-2015 EPFLCopyright (c) 2011-2015 Typesafe, Inc.

Guava Copyright (C) 2012 The Guava Authors

Apache Spark Copyright (C) 2014 and onwards The Apache Software Foundation.

H2 databaseengineThis software contains unmodified binary redistributions for H2database engine (http://www.h2database.com/), which is dual licensedand available under the MPL 2.0 (Mozilla Public License) or under theEPL 1.0 (Eclipse Public License). An original copy of the licenseagreement can be found at: http://www.h2database.com/html/license.html

相关阅读

相关文章

相关问答

相关文档