Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.15 KB

NMRTools

Stable Dev CI Codecov DOI

NMRTools logo

NMRTools.jl is a simple library for importing and plotting NMR data.

Usage examples are provided in the documentation, and additional examples are provided as Pluto workbooks. To run these:

# add Pluto if needed through package manager
using Pkg
Pkg.add("Pluto")

# launch Pluto
using Pluto
Pluto.run()

NOTE: This package is under active development and it may be a while before its features and syntax stabilises. Please take a look at the examples in the documentation for a guide to getting started.