0.1.1 • Published 4 years ago

msaview v0.1.1

Weekly downloads
9
License
BSD-3-Clause
Repository
github
Last release
4 years ago

msaview

Build Status codecov

A set of Jupyter widgets useful for analyzing biological data.

Installation

You can install using pip:

pip install msaview

Or if you use jupyterlab:

pip install msaview
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] msaview

Development

Install the Python package using pip:

pip install -e .

Install the Javascript package using jupyter (not sure if you need to run npm run build first?):

jupyter labextension install .