Examples

It is recommended to use a Conda environment to run these examples. Download this yaml file and run the commands below to start using Jupyter Notebook.

$ conda env create --name my-gplately-env --file=env.yaml
$ conda activate my-gplately-env
$ jupyter notebook

Alternatively, you may use Docker to run these examples as well. Use -v option to access the local directory on the host machine. Visit this page for details.

$ docker pull gplates/gplately
$ docker run --rm -ti -v .:/ws -w /ws -p 8888:8888 gplates/gplately

Workflows

Note

All the Jupyter Notebook files of these sample workflows are available here in the GPlately GitHub repository.

Basics

Note

The Jupyter Notebook files of these basic examples are available here.