I need to write a code using jupyter notebook but need imagej packages. I installed pyimagej using several commands
conda install -c conda-forge pyimagej
conda install -c conda-forge/label/cf201901 pyimagej
conda install -c conda-forge/label/cf202003 pyimagej
But I always get this error: ModuleNotFoundError: No module named 'ij' when I try
from ij import IJ
I know that I can use imagej editor but I need to use jupyter notebook. Could someone help?
I tried this and it worked