@nteract/notebook-app-component

Editable notebook app component, backed by @nteract/core's store

Usage no npm install needed!

<script type="module">
  import nteractNotebookAppComponent from 'https://cdn.skypack.dev/@nteract/notebook-app-component';
</script>

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}
/>