Skip to content

Commit deea507

Browse files
committed
doc/Install: tweak final Google Colab cell
* Use imagej.net/images mirror so that plain HTTP works. * Fix syntax error with resetMinAndMax call.
1 parent 7ba9df6 commit deea507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ on Google Colab with a wrapped local Fiji installation:
148148

149149
7. Start running plugins, even custom plugins:
150150
```python
151-
imp = IJ.openImage("http://imagej.nih.gov/ij/images/blobs.gif")
151+
imp = IJ.openImage("http://imagej.net/images/blobs.gif")
152152
ij.py.run_plugin("Filter Rank", {"window": 3, "randomise": True}, imp=imp)
153-
IJ.resetMinAndMax(imp)
153+
ij.IJ.resetMinAndMax(imp)
154154
ij.py.run_plugin("Enhance Contrast", {"saturated": 0.35}, imp=imp)
155155
```

0 commit comments

Comments
 (0)