0.1.5 • Published 10 years ago
jupyter-sidecar v0.1.5
jupyter-sidecar
Little side HTML display of Jupyter kernel rich output.

Installation
This package requires node or iojs, zmq, and jupyter_console.
$ npm install -g electron-prebuilt
$ npm install -g jupyter-sidecarUsage
$ sidecarSidecar will open as many display areas as there are kernels running, which means if you run
$ jupyter consolein separate terminals, sidecar views will pop up automagically.
Building
After cloning this repository and cding into the directory, run this:
$ npm install -g electron-prebuilt
$ npm installTo run the local copy, use npm run start