/notebook-preview

:movie_camera: Lightweight preview of a notebook, nteract style

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

notebook-preview

Lightweight preview of a notebook, nteract style

const NotebookPreview = require('notebook-preview');
ReactDOM.render(<NotebookPreview notebook={notebookJSON}/>, document.querySelector('nb'));