jdfreder / react-jupyter-display-area

:bar_chart: Jupyter Display Area as a React Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-jupyter-display-area

Render Jupyter notebook outputs in a trim little React component.

<Display outputs={outputs} />

Here outputs is an Immutable.js structure with all the outputs of a cell. Note: this does require trim, clean editions of the multiline cells as is done in commutable.

Used in context of a notebook, you will likely be extracting it from a cell:

<Display outputs={this.props.cell.get('outputs')} />

About

:bar_chart: Jupyter Display Area as a React Component

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%