Skip to content

Conversation

@paracini
Copy link
Collaborator

added a new tab which allows to navigate the nexus tree structure of the Runs table and visualise the content of the entries in text format

…opy of selected row in Autoreduction table, blank if none selected, moved add/remove row buttons to Manual table
@jokasimr
Copy link
Contributor

jokasimr commented Feb 21, 2025

Was the ipytree library already installed or did you have to install it using pip? If you had to install it we should add it as a dependency to the project. That is done in the following way:

  1. Open pyproject.toml and locate the dependencies section.
  2. Add a new row containing ipytree.
  3. Install tox if you don't have it already: pip install tox
  4. Run tox -e deps to update the dependencies.
  5. When you did step (4) the dependency lists in the requirements directory were updated, we need to add and commit them to the repo: git add requirements and git commit -m "ci: tox -e deps"
  6. Push the changes.

@jokasimr jokasimr merged commit df7c414 into scipp:gui-experiment Feb 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants