Skip to content

v0.6.1

Choose a tag to compare

@hainm hainm released this 23 Nov 18:29

ADD: movie maker (using moviepy)
ADD: add_axes
ADD: show_htmd
ADD: show_ase
ENH: internal reorganization
ENH: GUI
CHANGE: require ipywidgets >= 5.2.2
FIX: firefox bug (not updating view)
FIX: conda build by removing install requirement in setup.py

Install

Note: The released version only works with ipywidgets >= 5.2.2

  • Available on bioconda channel

    conda config --add channels conda-forge
    conda install nglview -c bioconda
    jupyter-nbextension enable nglview --py --user
    
    # if you already installed nglview, you can `upgrade`
    conda upgrade nglview
    jupyter-nbextension enable nglview --py --user
  • Available on PyPI

    pip install nglview