🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@nteract/notebook-preview

Package Overview
Dependencies
Maintainers
14
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/notebook-preview

View a notebook using a React Component

11.0.4-alpha.0
latest
Source
npm
Version published
Maintainers
14
Created
Source

@nteract/notebook-preview

This package contains a React component for rendering a static preview of a notebook given an Immutable representation of the notebook.

Installation

$ yarn add @nteract/notebook-preview
$ npm install --save @nteract/notebook-preview

Usage

The Redux reducer below shows how we can leverage the actions and action types in this package to create a reducer for managing the status of a save event.

import NotebookPreview from "@nteract/notebook-preview";

export default () => <NotebookPreview notebook={immutableNotebook} />;

Documentation

We're working on adding more documentation for this component. Stay tuned by watching this repository!

Support

If you experience an issue while using this package or have a feature request, please file an issue on the issue board and add the pkg:notebook-preview label.

License

BSD-3-Clause

FAQs

Package last updated on 05 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts