An Introduction to Cheminformatics and Machine Learning
Jupyter notebooks to accompany my introductory tutorial on Cheminformatics and Machine Learning.
Please note that you don't have to install any software to run these Jupyter notebooks. You can just click on the "launch binder" link below and run the software on Binder. However, if you want to install the software on your computer, please follow the instructions below.
Installation
To install this software on your computer.
- Install Anaconda
- Install git
- git clone https://github.com/PatWalters/chem_tutorial.git
- cd chem_tutorial
- conda env create -f environment.yml
- conda activate chem_tutorial
- jupyter notebook