A set of Jupyter widgets useful for analyzing biological data.
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
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 .