xraypy / xraylarch

Larch: Applications and Python Library for Data Analysis of X-ray Absorption Spectroscopy (XAS, XANES, XAFS, EXAFS), X-ray Fluorescence (XRF) Spectroscopy and Imaging, and more.
https://xraypy.github.io/xraylarch
Other
127 stars 62 forks source link

update Jupyter example to work with latest larch #448

Closed charlesll closed 1 year ago

charlesll commented 1 year ago

I noticed a slight modification needed to be made for the Jupyter notebook to run with the latest larch version.

No need of declaring an interpreter too (this raises actually an error if we try to do so).

newville commented 1 year ago

@charlesll Thanks - that looks great.