Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 884 Bytes

Try GMT/Python online!

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:

  1. Install the Anaconda Python distribution.
  2. Clone this repository:
    git clone https://github.com/GenericMappingTools/try-gmt-python.git
    cd try-gmt-python
  3. Create a conda environment with the required dependencies and activate it:
    conda env create
    source activate try-gmt-python
  4. Run the Jupyter notebook server:
    jupyter notebook

License

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.