【发布时间】:2018-06-07 14:25:00
【问题描述】:
我正在尝试使用 nmrglue 模块在 spyder(Anaconda) 上打开一个 .tnt 格式的文件。
import nmrglue as ng
dic, data = ng.tecmag.read("~/Desktop/Spectra001.tnt")
我正在使用他们手册中所述的适当命令(第 85 页)-https://media.readthedocs.org/pdf/nmrglue/latest/nmrglue.pdf,但 spyder 无法读取甚至找不到该文件。 有人可以帮我理解我做错了什么吗?
【问题讨论】:
标签: python anaconda spyder conda