You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/scripting/python.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,5 @@ You can use ImageJ from [Python](https://python.org/):
13
13
- If you want to embed [ImageJ2](/software/imagej2) inside of your Python code, such as within a [Jupyter notebook](https://jupyter.org/) using the Python kernel, check out the [PyImageJ](/scripting/pyimagej) Python package. It allows you to create an ImageJ2 gateway with full access to its API from Python. See the [ImageJ2 tutorial notebooks](/tutorials/notebooks) for an introduction.
14
14
-**Advantage:** It is possible to combine ImageJ with other image analysis libraries like [scikit-image](https://scikit-image.org/), [ITK](/software/itk), [OpenCV](/software/opencv) and more in a single Python program.
15
15
-**Disadvantage:** Wrapping ImageJ in Python has some limitations, particularly surrounding use of [original ImageJ](/software/imagej) features when running [headless](/scripting/headless).
16
+
17
+
{% include notice icon="info" content='If you are new to Python or image analysis using Python and would like to learn about it, check out the [tutorials](https://imaging.epfl.ch/field-guide/sections/python/#tutorials) and [resources](https://imaging.epfl.ch/field-guide/sections/python/#tutorials) from the [EPFL Center for Imaging - image analysis field guide](https://imaging.epfl.ch/field-guide/index.html) ' %}
0 commit comments