v1.0.a0

@hainm hainm released this Jul 21, 2017 · 9 commits to master since this release

Instructions and commands to install nglview-jupyterlab (#649)

* add devtools/nglview-jupyterlab.sh

* more

* docs for install jupyterlab

* clean

* update

* add version

Downloads

v0.6.5

@hainm hainm released this Jul 10, 2017 · 24 commits to master since this release

FIX: clear_representation #631

Downloads

v0.6.4

@hainm hainm released this Jun 27, 2017 · 28 commits to master since this release

  • Update NGL-0.10.3
  • ADD: view.shape.add_label

Downloads

v0.6.3

@hainm hainm released this Apr 17, 2017 · 50 commits to master since this release

  • ENH: only install extension to --sys-prefix
  • ADD: SchrodingerStructure
  • ADD: viewer_control.py
  • UPDATE: ngl 0.10.10-dev
  • ADD: _view_xz_plane

Downloads

v0.6.2.4

@hainm hainm released this Mar 10, 2017 · 78 commits to master since this release

(for pip versioning). Same as v0.6.2.3

Downloads

v0.6.2.3

@hainm hainm released this Mar 10, 2017 · 78 commits to master since this release

  • ADD: movie_maker to widget
  • ADD: ASETrajectory
  • REMOVE: PlaceProxy
  • FIX: use Integer traitlet to handle long on Py27 (win)

Downloads

v0.6.2.2

@hainm hainm released this Jan 9, 2017 · 133 commits to master since this release

FIX: version for pypi
ENH: user can update parameters before displaying view
ADD: negative indexing for view
ADD: support ipywidgets 6.x

Downloads

v0.6.2.1

@hainm hainm released this Dec 6, 2016 · 148 commits to master since this release

FIX: activate nglview extension with conda

Downloads

v0.6.2

@hainm hainm released this Dec 2, 2016 · 152 commits to master since this release

ADD: support jupyterlab

Downloads

v0.6.1

@hainm hainm released this Nov 23, 2016 · 179 commits to master since this release

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

Downloads