@kurtharriger/jp-kernel
v0.1.0-wdio-repl
Published
Generic Node.js kernel for the Jupyter notebook
Downloads
22
Maintainers
Readme
jp-kernel
jp-kernel
is an npm module for implementing a
Jupyter kernel
that interacts with a Node.js session.
jp-kernel
is a spin-off library from
IJavascript, a Javascript kernel for
the Jupyter notebook. It is currently used to implement
the following kernels:
Anouncements
- Version v0.0.1 is the initial release based on IJavascript v5.0.13.
Install
The latest stable release is published on
npm
and can be installed by
running:
npm install jp-kernel
The master branch in the github repository provides the latest development version and can be installed by:
git clone https://github.com/n-riesco/jp-kernel.git
cd jp-kernel
npm install
Usage
The source code documentation generated using JSDoc can be found here.
For real examples of usage, see the source documentation for:
Contributions
First of all, thank you for taking the time to contribute. Please, read CONTRIBUTING.md and use the issue tracker for any contributions: support requests, bug reports, enhancement requests, pull requests, ...