https://github.com/nteract/ick
:izakaya_lantern: Interactive Console Experiments
https://github.com/nteract/ick
Last synced: 5 months ago
JSON representation
:izakaya_lantern: Interactive Console Experiments
- Host: GitHub
- URL: https://github.com/nteract/ick
- Owner: nteract
- License: bsd-3-clause
- Archived: true
- Created: 2016-01-18T01:10:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T22:13:54.000Z (over 8 years ago)
- Last Synced: 2024-12-28T07:07:09.478Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 55
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive Console Experiments

`ick` is an interactive console for Jupyter written in node.js.
## Installation
Make sure you have [zmq headers for your platform, following the instructions from enchannel-zmq-backend.](https://github.com/nteract/enchannel-zmq-backend#zeromq-dependency).
```
npm install -g ick
```## Running
```
ick
```### Example
```
$ ick python3
Python 3.5.1 (default, Dec 7 2015, 21:59:08)
Type "copyright", "credits" or "license" for more information.IPython 4.0.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
%guiref -> A brief reference about the graphical user interface.
ick.py> 243
243
ick.py>
```