Skip to content

A Jupyter notebook demo of the latest GMT/Python. Runs on mybinder.org.

License

Notifications You must be signed in to change notification settings

rafaelmds/try-gmt-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Jupyter notebook demo of the latest GMT/Python. Runs on mybinder.org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Makefile 0.7%