1.0.0 • Published 10 years ago
shinx v1.0.0
shinx
![]()
Shinx is a package for watching changes on a Jupyter kernel runtime directory that utilizes RxJS.
Installation
npm install shinxUsage
var subject = require('shinx');
subject.subcribe(function (x) {
console.log("Jupyter kernel has been started!");
});1.0.0
10 years ago