0.1.0 • Published 5 years ago

jupy3dmol v0.1.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
5 years ago

jupy3dmol-ts

Build Status codecov

Jupyter widget to use 3Dmol.js interactively.

Installation (Development)

A typical installation requires the following commands to be run:

pip install --user -e .
jupyter nbextension install --py [ --sys-prefix | --user | --system ] jupy3dmol
jupyter nbextension enable --py [ --sys-prefix | --user | --system ] jupy3dmol

or, if you use JupyterLab:

pip install --user -e .
jupyter labextension install .

Testing

# in the root directory
pip install --user -e .[test]
py.test  # need pytest, pytest-cov, nbval
npm test  # need Firefox

Documentation (generated by Sphinx)

Acknowledgement

This project would not be possible without the following great open-source projects.

ToDo