|
9 роки тому | |
---|---|---|
examples | 9 роки тому | |
scripts | 9 роки тому | |
src | 9 роки тому | |
test | 9 роки тому | |
typings | 9 роки тому | |
.gitignore | 9 роки тому | |
.travis.yml | 9 роки тому | |
CONTRIBUTING.md | 9 роки тому | |
LICENSE | 9 роки тому | |
README.md | 9 роки тому | |
package.json | 9 роки тому |
Plugins for JupyterLab.
Prerequisites
npm install --save jupyter-js-plugins
conda install jupyter
pip install -U notebook # requires the 4.1 version of the notebook
Prerequisites
git clone https://github.com/jupyter/jupyter-js-plugins.git
cd jupyter-js-plugins
npm install
npm run build
conda install jupyter
pip install -U notebook # requires the 4.1 version of the notebook
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.
Note: This module is fully compatible with Node/Babel/ES6/ES5. Simply omit the type declarations when using a language other than TypeScript.