-
Notifications
You must be signed in to change notification settings - Fork 0
Part 3: Parsl
kylechard edited this page Nov 15, 2021
·
4 revisions
- Instructions (as a Jupyter notebook) are available in the GitHub repository
- Prepare pre-configured Conda environment on virtual machine:
cd $HOME/tutorial/
. 3-ml-parsl.env- Alternatively you can configure your own Conda environment (note this will take several minutes):
conda env create --file environment.yml- The tutorial folder has the following content:
data - Sample molecule data from QM9 figures - Figures for the notebook chemfunctions.py - Python functions for computing molecule properties environment.yml - Conda environment file molecular-design-with-parsl.ipynb - Tutorial notebook setup.py - Setup script to install chemfunctions