1.0.7 • Published 2 years ago

j1-nbinteract-core v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nbinteract-core

This package contains the Javascript API for nbinteract.

Basic Usage

import NbInteract from 'nbinteract-core'

const interact = new NbInteract()

// Initializes nbinteract, starts Binder kernel, and generates widgets
interact.run()