react-jupyter-display-area

1.3.2 • Public • Published

react-jupyter-display-area

Render Jupyter notebook outputs in a trim little React component.

⚠️ This package has been deprecated in favor of @nteract/display-area.

The usage is similar:

import Display from '@nteract/display-area`
<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')} />

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.2
    2

Package Sidebar

Install

npm i react-jupyter-display-area

Weekly Downloads

2

Version

1.3.2

License

BSD-3-Clause

Last publish

Collaborators

  • captainsafia
  • betatim
  • jdfreder
  • thekenwheeler
  • rgbkrk