#!/usr/bin/env python # coding: utf-8 # # Using AnyBody from Python # *** # # The package **`anypytools`** has utilities and tools to work with the AnyBody Modeling System. # # This tutorial includes the following: # # ### Topics # # * [Getting started](01_Getting_started_with_anypytools.ipynb) Running simple AnyBody macros # * [Generating macros](02_Generating_macros.ipynb) Generate and run complex macros # * [Working with AnyBody output](03_Working_with_output_from_Anybody.ipynb) Loading AnyOutput files and HDF5 files generated by AMS # * [Batch processing](04_Batch_processing_multiple_models.ipynb) Techniques to batch process many models # * [Advanced studies](05_Monte_Carlo_studies_etc.ipynb) Build macros for parameter, Monte Carlo & Latin hypercube studies. # * [Tips&Tricks](06_Tips&Tricks.ipynb) Technical tricks for using anypytools # # # See the [full documentation](https://anybody-research-group.github.io/anypytools-docs/) for more information. # # # Don't panic #