Skip to content

cortner/chemview

 
 

Repository files navigation

chemview

Join the chat at https://gitter.im/gabrielelanaro/chemview

Documentation Status Build Status

Version: 0.6

The new generation molecular viewer for the IPython notebook.

Installation

Installing chemview with conda is fairly easy. First download anaconda (or miniconda):

http://continuum.io/downloads

To install chemview using conda you can first create an environment (optional):

$ conda create -p /path/to/new/environment python
$ source activate /path/to/new/environment

then, you can install chemview directly from the binstar channel.

$ conda install -c http://conda.binstar.org/gabrielelanaro

or, for the development version you can manually install the dependencies:

$ conda install ipython-notebook numpy numba
$ pip install vapory
$ git clone https://github.com/gabrielelanaro/chemview
$ cd chemview
$ pip install .

It is also possible to install chemview using pip:

pip install notebook # We support Jupyter 4.x
pip install numba numpy matplotlib

# Download and install chemview
git clone https://github.com/gabrielelanaro/chemview
cd chemview
pip install .

Ready to go!

At this point you are ready to go!

$ ipython notebook

You can try chemview on the test notebooks present in this distribution or head to the documentation http://chemview.readthedocs.org

Credits

Many thanks to the project contributors:

  • Tristan Mackenzie
  • James Kermode

About

The new generation molecular viewer for IPython notebook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 41.2%
  • JavaScript 30.7%
  • HTML 13.7%
  • Python 12.6%
  • CSS 1.2%
  • PHP 0.6%