@openchemistry/jupyterlab

A JupyterLab extension for rendering CJSON

Usage no npm install needed!

<script type="module">
  import openchemistryJupyterlab from 'https://cdn.skypack.dev/@openchemistry/jupyterlab';
</script>

README

labextension

A JupyterLab extension for rendering CJSON

Prerequisites

  • jupyterlab@^0.27.0

Development

Install dependencies and build Javascript:

npm install
npm run build

Install extension:

jupyter labextension link .

Uninstall extension:

jupyter labextension unlink .

Re-build Javascript:

npm run build

Watch /src directory and re-build on changes:

npm run watch