An online demo Jupyter notebook of the latest GMT/Python.
You can run it online (no install required) on the mybinder.org service: try.gmtpython.xyz
To run it locally, follow these steps:
- Install the Anaconda Python distribution.
- Clone this repository:
git clone https://github.com/GenericMappingTools/try-gmt-python.git cd try-gmt-python
- Create a conda environment with the required dependencies and activate it:
conda env create source activate try-gmt-python
- Run the Jupyter notebook server:
jupyter notebook
You can redistribute and/or modify this code under the
terms of the BSD 3-clause License. A copy of this license is provided in
LICENSE.txt
.