Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 913 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 913 Bytes

image-analysis-notebooks

The project contains jupyter notebook about bio-image-analysis. Beakerx will be used to allow mixing python and java.

Binder

Note: The parts that launch the ImageJ gui interface from a notebook will only work when you run it locally, not on the server via mybinder.

Installation

You need to have anaconda and FIJI installed. Clone the repository.

From the directory containing the file env.yml call conda env create -f env.yml. Once the environment is installed, activate it with source activate beaker. Run jupyter notebook with the command beakerx.

Follow the instructions in the notebook to access ImageJ and python.