Notebook App Component
A monolithic notebook app, in a component
Installation
npm install --save @nteract/notebook-app-component
Usage
This component is not for the faint of heart. It requires you to setup the redux store used by the other nteract apps. You can check out desktop or jupyter extension for examples.
import NotebookApp from "@nteract/notebook-app-component";
<NotebookApp
// The desktop app always keeps the same contentRef in a
// browser window
contentRef={contentRef}
/>