/jmolwidgets

This is my Jmol widget for the JupyterLab.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

jmolwidgets

Build Status codecov

A custom Jupyter Lab widget for Jmol/Jsmol

Installation

You can install using pip:

pip install jmolwidgets

Or if you use jupyterlab:

pip install jmolwidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] jmolwidgets

For development:

pip install -e .
jupyter nbextension install --py --symlink --sys-prefix jmolwidgets
jupyter nbextension enable --py --sys-prefix jmolwidgets
jlpm
jlpm run Build
jupyter labextension install .