Skip to content

Commit

Permalink
- Update Jupyter Notebook links
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneahmed committed Dec 5, 2024
1 parent 1c499d4 commit a6755fd
Show file tree
Hide file tree
Showing 14 changed files with 1,182 additions and 1,182 deletions.
2 changes: 1 addition & 1 deletion benchmarks/annotation_store.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Benchmarking Annotation Storage\n",
"\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/tree/develop/benchmarks/annotation_store.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/develop/benchmarks/annotation_store.ipynb)\\]\\[[Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/benchmarks/annotation_store.ipynb)\\]\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/tree/master/benchmarks/annotation_store.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/master/benchmarks/annotation_store.ipynb)\\]\n",
"\n"
]
},
Expand Down
68 changes: 34 additions & 34 deletions examples/01-wsi-reading.ipynb

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions examples/02-stain-normalization.ipynb

Large diffs are not rendered by default.

118 changes: 59 additions & 59 deletions examples/03-tissue-masking.ipynb

Large diffs are not rendered by default.

1,968 changes: 984 additions & 984 deletions examples/04-patch-extraction.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/05-patch-prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Patch Prediction Models\n",
"\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/examples/05-patch-prediction.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/develop/examples/05-patch-prediction.ipynb)\\]\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/master/examples/05-patch-prediction.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/master/examples/05-patch-prediction.ipynb)\\]\n",
"\n"
]
},
Expand Down Expand Up @@ -92,7 +92,7 @@
"source": [
"%%bash\n",
"apt-get -y install libopenjp2-7-dev libopenjp2-tools openslide-tools libpixman-1-dev | tail -n 1\n",
"pip install git+https://github.com/TissueImageAnalytics/tiatoolbox.git@develop | tail -n 1\n",
"pip install tiatoolbox | tail -n 1\n",
"echo \"Installation is done.\""
]
},
Expand Down
4 changes: 2 additions & 2 deletions examples/06-semantic-segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Semantic Segmentation Models\n",
"\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/examples/06-semantic-segmentation.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/develop/examples/06-semantic-segmentation.ipynb)\\]\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/master/examples/06-semantic-segmentation.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/master/examples/06-semantic-segmentation.ipynb)\\]\n",
"\n"
]
},
Expand Down Expand Up @@ -83,7 +83,7 @@
"source": [
"%%bash\n",
"apt-get -y install libopenjp2-7-dev libopenjp2-tools openslide-tools libpixman-1-dev | tail -n 1\n",
"pip install git+https://github.com/TissueImageAnalytics/tiatoolbox.git@develop | tail -n 1\n",
"pip install tiatoolbox | tail -n 1\n",
"echo \"Installation is done.\""
]
},
Expand Down
4 changes: 2 additions & 2 deletions examples/07-advanced-modeling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Advanced Model Handling in TIAToolbox\n",
"\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/examples/07-advanced-modeling.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/develop/examples/07-advanced-modeling.ipynb)\\]\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/master/examples/07-advanced-modeling.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/master/examples/07-advanced-modeling.ipynb)\\]\n",
"\n"
]
},
Expand Down Expand Up @@ -93,7 +93,7 @@
"source": [
"%%bash\n",
"apt-get -y install libopenjp2-7-dev libopenjp2-tools openslide-tools libpixman-1-dev | tail -n 1\n",
"pip install git+https://github.com/TissueImageAnalytics/tiatoolbox.git@develop | tail -n 1\n",
"pip install tiatoolbox | tail -n 1\n",
"echo \"Installation is done.\""
]
},
Expand Down
4 changes: 2 additions & 2 deletions examples/08-nucleus-instance-segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Nucleus Instance Segmentation\n",
"\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/examples/08-nucleus-instance-segmentation.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/develop/examples/08-nucleus-instance-segmentation.ipynb)\\]\n",
"Click to open in: \\[[GitHub](https://github.com/TissueImageAnalytics/tiatoolbox/blob/master/examples/08-nucleus-instance-segmentation.ipynb)\\]\\[[Colab](https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/master/examples/08-nucleus-instance-segmentation.ipynb)\\]\n",
"\n"
]
},
Expand Down Expand Up @@ -79,7 +79,7 @@
"source": [
"%%bash\n",
"apt-get -y install libopenjp2-7-dev libopenjp2-tools openslide-tools libpixman-1-dev | tail -n 1\n",
"pip install git+https://github.com/TissueImageAnalytics/tiatoolbox.git@develop | tail -n 1\n",
"pip install tiatoolbox | tail -n 1\n",
"echo \"Installation is done.\""
]
},
Expand Down
Loading

0 comments on commit a6755fd

Please sign in to comment.