Skip to content

Commit

Permalink
rerun all notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 10, 2023
1 parent e0d6062 commit 2f7bb1c
Show file tree
Hide file tree
Showing 11 changed files with 191 additions and 626 deletions.
8 changes: 3 additions & 5 deletions demo/asking_bob_what_it_does.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
{
"data": {
"text/markdown": [
"Here is the result of denoising the blobs.tif image:\n",
"\n"
"The blobs.tif image was denoised using a Gaussian blur filter, and the result of the denoising is shown as denoised_blobs_tif."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand All @@ -104,7 +103,7 @@
{
"data": {
"text/markdown": [
"I used the Gaussian blur tool for denoising the image."
"I used the Gaussian blur filter tool for denoising the blobs.tif image."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -161,8 +160,7 @@
{
"data": {
"text/markdown": [
"Here is the segmentation result of the denoised image:\n",
"\n"
"The denoised image was segmented using the Voronoi-Otsu-Labeling algorithm, and the segmentation result is shown as segmented_denoised_blobs_tif."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down
18 changes: 7 additions & 11 deletions demo/basic_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
{
"data": {
"text/markdown": [
"Here is the image \"blobs.tif\":\n",
"\n"
"The image \"blobs.tif\" has been loaded and displayed."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand All @@ -112,7 +111,7 @@
{
"data": {
"text/markdown": [
"The image \"blobs.tif\" is 254 pixels wide and 256 pixels tall."
"The image \"blobs.tif\" has a size of 254 pixels in width and 256 pixels in height."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -171,8 +170,7 @@
{
"data": {
"text/markdown": [
"Here is the image \"blobs.tif\":\n",
"\n"
"The image \"blobs.tif\" has been displayed."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand All @@ -197,7 +195,7 @@
{
"data": {
"text/markdown": [
"The image \"blobs.tif\" has been successfully segmented. The segmented image is stored as \"segmented_blobs.tif\"."
"The image \"blobs.tif\" has been segmented and the result has been stored as \"segmented_blobs.tif\"."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -256,8 +254,7 @@
{
"data": {
"text/markdown": [
"Here is the segmented image \"segmented_blobs.tif\":\n",
"\n"
"The segmented image \"segmented_blobs.tif\" has been displayed."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down Expand Up @@ -293,7 +290,7 @@
}
],
"source": [
"%bob How many objects are there in that image ?"
"%bob How many objects are in the segmented blobs.tif image ?"
]
},
{
Expand Down Expand Up @@ -350,8 +347,7 @@
{
"data": {
"text/markdown": [
"Here is the segmented image \"segmented_blobs.tif\":\n",
"\n"
"The image \"blobs.tif\" has been loaded, segmented to identify bright objects, and the segmentation result has been displayed. There are 64 objects in the segmented image."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand Down
93 changes: 14 additions & 79 deletions demo/browsing_folders.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 2f7bb1c

Please sign in to comment.