0.1.4 • Published 8 years ago

generator-nbextension v0.1.4

Weekly downloads
13
License
-
Repository
github
Last release
8 years ago

generator-nbextension

Create your own nbextensions

Installation

First, install Yeoman and generator-nbextension using npm (we assume you have pre-installed node.js).

With conda:

conda install generator-nbextension -c javascript -c anaconda-nb-extensions

With npm:

npm install -g yo
npm install -g generator-nbextension

Then generate your new project:

yo nbextension

Development

conda create -n yoeman -c javascript
npm install
npm link

And start hacking!

Publish

Follow this guide.

License

© Continuum Analytics

0.1.4

8 years ago

0.1.3

8 years ago

0.1.0

8 years ago