/python-cheminformatics-cookbook

Recipes for cheminfomatics with Python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Python cookbook for cheminformatics

Recipes for cheminfomatics with Python

Create the virtual environment for the project

Note, you only need to create the environment once.

###On Linux/Mac OS

run:

make create-virenv
source activate cookbook
pip install selenium==2.42.1

To activate the environment after it has been created, run:

souce activate cookbook

Launch the IPython notebook

ipython notebook