Skip to content

Commit

Permalink
Merge pull request #11 from haesleinhuepf/assist
Browse files Browse the repository at this point in the history
Assist
  • Loading branch information
haesleinhuepf authored Jan 1, 2023
2 parents 9711acd + 670d656 commit 7b2a827
Show file tree
Hide file tree
Showing 22 changed files with 30,410 additions and 3,181 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,19 @@ my_gaussian(image[60], 2)

![img.png](https://raw.githubusercontent.com/haesleinhuepf/stackview/main/docs/images/jupyter_displayable_output.png)

### Assist

The `stackview.assist()` function can guide you through all imported (and supported) image processing functions.
Note: The interface may be slow or crash if you have many functions imported. Consider using it in an empty notebook
with only functions or library imported that might be relevant for the taks.

```python
stackview.assist(context=globals(), continuous_update=True)
```

![img.png](https://raw.githubusercontent.com/haesleinhuepf/stackview/main/docs/images/demo_assist.gif)


## Contributing

Contributions, bug-reports and ideas for further development are very welcome.
Expand Down
Loading

0 comments on commit 7b2a827

Please sign in to comment.