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.