Skip to content

Commit

Permalink
rerun notebook, added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 7, 2023
1 parent 5637679 commit fe24691
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Afterwards, you can ask Bob questions like this:
%bob Load blobs.tif and show it
```

You can also ask Bob about available tools:
```
%bob list tools
```

Or like this:
```
%%bob
Expand Down
10 changes: 5 additions & 5 deletions demo/basic_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"data": {
"text/plain": [
"'0.1.1'"
"'0.1.2'"
]
},
"execution_count": 1,
Expand Down Expand Up @@ -166,7 +166,7 @@
{
"data": {
"text/plain": [
"\"The image 'blobs.tif' has been shown.\""
"\"The image 'blobs.tif' is shown above.\""
]
},
"execution_count": 4,
Expand Down Expand Up @@ -335,7 +335,7 @@
{
"data": {
"text/plain": [
"\"The image 'segmented_blobs.tif' has been shown and it contains 64 objects.\""
"\"The image 'segmented_blobs.tif' has been shown.\""
]
},
"execution_count": 8,
Expand Down Expand Up @@ -422,7 +422,7 @@
{
"data": {
"text/plain": [
"'The response to your last comment is a list of available tools: load_image, image_size, segment_bright_objects, show_image, count_objects, slice, picker, orthogonal, list_tools, list_files_in_folder.'"
"'The available tools are: load_image, image_size, gaussian_blur, top_hat, morphological_gradient, segment_bright_objects, show_image, count_objects, slice, picker, orthogonal, list_tools, list_files_in_folder'"
]
},
"execution_count": 11,
Expand All @@ -449,7 +449,7 @@
{
"data": {
"text/plain": [
"'The slice tool is useful for slicing a 3D image and going through its slices interactively. It allows you to navigate through the different slices of a 3D image and inspect them individually.'"
"'The slice tool is used for interactively inspecting a 3D image stack by going through its slices one by one.'"
]
},
"execution_count": 12,
Expand Down

0 comments on commit fe24691

Please sign in to comment.