scipp / ess

European Spallation Source facility bespoke, neutron scattering tools based on scipp.
https://scipp.github.io/ess/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

`ess` is incompatible with `scipp>=23.07.0` #188

Closed nvaytet closed 1 year ago

nvaytet commented 1 year ago

The logging module of ess relies on sc.utils.running_in_jupyter, but since version 23.07 and above (https://github.com/scipp/scipp/pull/3180), we need to

from scipp.utils import running_in_jupyter

instead.