Jupyter Display Area as a React Component
npm install react-jupyter-display-areaRender Jupyter notebook outputs in a trim little React component.
:warning: This package has been deprecated in favor of @nteract/display-area.
The usage is similar:
``jsx
import Display from '@nteract/display-area
``
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:
`jsx``