This code has been merged into the jupyter-js-notebook repository, where it will continue to be developed.
Cell widget for Jupyter.
Prerequisites
npm install --save jupyter-js-cells
Prerequisites
git clone https://github.com/jupyter/jupyter-js-cells.git
cd jupyter-js-cells
npm install
npm run build
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.
- Node 0.12.7+
- IE 11+
- Firefox 32+
- Chrome 38+
Follow the package install instructions first.
Any bundler that understands how to require()
files with .js
and .css
extensions can be used with this package.
Note: This module is fully compatible with Node/Babel/ES6/ES5. Simply omit the type declarations when using a language other than TypeScript.