JavaScript utilities for the Jupyter frontend.
Prerequisites
npm install --save jupyter-js-utils
Prerequisites
git clone https://github.com/jupyter/jupyter-js-utils.git
cd jupyter-js-utils
npm install
Rebuild
npm run clean
npm run build
Follow the source build instructions first.
# run tests in Firefox
npm test
# run tests in Chrome
npm run test:chrome
# run tests in IE
npm run test:ie
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.
Note: "requirejs" must be included in a global context for Comm targets.
Note: This module is fully compatible with Node/Babel/ES6/ES5. Simply omit the type declarations when using a language other than TypeScript.
Generated using TypeDoc