All Projects â†’ nteract â†’ Sidecar

nteract / Sidecar

Licence: bsd-3-clause
🚤 Little side display of Jupyter kernel rich output

Programming Languages

javascript
184084 projects - #8 most used programming language

sidecar

Greenkeeper badge

Little side HTML display of Jupyter kernel rich output.

Sidecar in Electron

Installation

This package requires node or iojs, zmq, and jupyter_console.

$ npm install -g electron-prebuilt
$ npm install -g jupyter-sidecar

Usage

$ sidecar

Sidecar will open as many display areas as there are kernels running, which means if you run

$ jupyter console

in 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 install

To run the local copy, use npm run start

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].