IPython widget to interactively view molecular structures and trajectories
Jupyter Notebook Other
Pull request Compare This branch is even with gh-pages.
Latest commit 5a65220 Mar 12, 2017 @hainm hainm more
Permalink
Failed to load latest commit information.
dev more Mar 12, 2017
doc more Mar 12, 2017
latest more Mar 12, 2017
release more Mar 12, 2017
scripts doc Aug 22, 2016
.nojekyll .nojekyll Aug 8, 2016
Makefile more Nov 24, 2016
README.md doc Aug 8, 2016
index.html doc Aug 4, 2016

README.md

  • If you like simplicity, just

    make
  • Require: sphinx, pandoc

    conda install sphinx -c conda-forge
    
    # osx
    conda install pandoc
    
    # linux
    coda install pandoc -c conda-forge