0.1.3 • Published 4 years ago
@openchemistry/jupyterlab v0.1.3
labextension
A JupyterLab extension for rendering CJSON
Prerequisites
jupyterlab@^0.27.0
Development
Install dependencies and build Javascript:
npm install
npm run buildInstall extension:
jupyter labextension link .Uninstall extension:
jupyter labextension unlink .Re-build Javascript:
npm run buildWatch /src directory and re-build on changes:
npm run watch