@nteract/notebook-app-component
v7.7.11
Published
Editable notebook app component, backed by @nteract/core's store
Downloads
114
Maintainers
Keywords
Readme
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}
/>