scipp / scippneutron

Neutron scattering toolkit built using scipp for Data Reduction. Not facility or instrument specific.
https://scipp.github.io/scippneutron/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

explore_data tutorial instrument_view with issue #508

Closed jorobledo closed 4 months ago

jorobledo commented 4 months ago

Hi all,

Was trying out scippneutron and following up with the tutorial 1_exploring-data.html and encountered two small issues which I worked around. I installed scippneutron by pip install scippneutron[all] in a new pyenv on Ubuntu.

Then it worked smoothly., but might as well report it. Nice job btw.!

jl-wynen commented 4 months ago

Thanks!

The second issue was actually fixed in #505. We should make a release...

jl-wynen commented 4 months ago

Concerning the first point, the all extra is a bit misleading. If you want interactive (3d) plots in Jupyter, you need the interactive extra: pip install scippneutron[all, interactive]. I'm going to change this in the docs.

nvaytet commented 4 months ago

The second issue was actually fixed in #505. We should make a release...

I was waiting for #507 to make a release. @MridulS what's the status there?