|
@@ -11,9 +11,12 @@ Package Install
|
|
|
|
|
|
**Prerequisites**
|
|
**Prerequisites**
|
|
- [node](http://nodejs.org/)
|
|
- [node](http://nodejs.org/)
|
|
|
|
+- [python](https://www.continuum.io/downloads)
|
|
|
|
|
|
```bash
|
|
```bash
|
|
npm install --save jupyter-js-plugins
|
|
npm install --save jupyter-js-plugins
|
|
|
|
+conda install jupyter
|
|
|
|
+pip install -U --pre notebook # requires the 4.1rc version of the notebook
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|