We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0abde commit 9fa45b4Copy full SHA for 9fa45b4
Readme.md
@@ -6,14 +6,14 @@ Get it while it's hot! or view the [example notebook](http://nbviewer.ipython.or
6
## Prereqs
7
- IPython 3.x
8
- node
9
+- ZeroMQ
10
11
## Installation
-Grab the [release package](https://github.com/notablemind/jupyter-nodejs/releases/download/v1.1.0/jupyter-nodejs-1.1.0.tgz)
12
```bash
13
-tar xf jupyter-nodejs-1.1.0.tgz
14
-cd package
+git clone [email protected]:notablemind/jupyter-nodejs.git
15
mkdir -p ~/.ipython/kernels/nodejs/
16
npm install && node install.js
+make
17
ipython console --kernel nodejs
18
```
19
0 commit comments