|
9 gadi atpakaļ | |
---|---|---|
example | 9 gadi atpakaļ | |
scripts | 9 gadi atpakaļ | |
src | 9 gadi atpakaļ | |
test | 9 gadi atpakaļ | |
typings | 9 gadi atpakaļ | |
.gitignore | 9 gadi atpakaļ | |
.travis.yml | 9 gadi atpakaļ | |
LICENSE | 9 gadi atpakaļ | |
README.md | 9 gadi atpakaļ | |
package.json | 9 gadi atpakaļ |
Notebook widget for Jupyter.
Prerequisites
npm install --save jupyter-js-notebook
Prerequisites
git clone https://github.com/jupyter/jupyter-js-notebook.git
cd jupyter-js-notebook
npm install
npm run build
Rebuild
npm run clean
npm run build
Follow the source build instructions first.
npm test
Follow the source build instructions first.
npm run docs
Navigate to docs/index.html
.
The runtime versions which are currently known to work are listed below. Earlier versions may also work, but come with no guarantees.
Follow the package install instructions first.
npm install --save-dev browserify
browserify myapp.js -o mybundle.js
Note: This module is fully compatible with Node/Babel/ES6/ES5. Simply omit the type declarations when using a language other than TypeScript.