0.1.1 • Published 6 years ago
msaview v0.1.1
msaview
A set of Jupyter widgets useful for analyzing biological data.
Installation
You can install using pip:
pip install msaviewOr if you use jupyterlab:
pip install msaview
jupyter labextension install @jupyter-widgets/jupyterlab-managerIf 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] msaviewDevelopment
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 .