tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

ImageJ2 programming examples

Results 27 tutorials issues
Sort by recently updated
recently updated
newest added

Jupyter keeps reporting the problem about being unable to connect to kernel: ``` A connection to the notebook server could not be established. The notebook will continue trying to reconnect....

[Jupytext](https://github.com/mwouts/jupytext) looks like a good solution for version control of `.ipynb` notebooks, allowing clean version history in `md` or `py` and synchronising them with the rendered `ipynb` notebooks.

Maybe we can run `mvn` (or `jgo`) in a `binder/postBuild` file to pre-install the Fiji and ImageJ Maven artifacts (at the versions used in the notebooks) at the time of...

I just pulled the latest changes of this repository and tried to get [DynamicCallbacks](https://github.com/imagej/tutorials/blob/master/maven-projects/dynamic-commands/src/main/java/DynamicCallbacks.java) running. Now the `KindOfThing` does not seem to trigger the update of the `Thing`. I put...

The ImageJ wiki doesn't go into enough detail how to set everything up in Eclipse + Maven (and an excessive amount of time re-reading), but this Youtube video is incredibly...

Documentation on the most recent features of `imglib2-roi` is still sparse. Some of it is in the [`roi-demo`](https://github.com/imglib/imglib2-roi/tree/roi-demo) branch, some other info is scattered across github issues or on gitter...

Here are a couple: * https://www.kaggle.com/gzuidhof/full-preprocessing-tutorial * https://www.kaggle.com/ankasor/improved-lung-segmentation-using-watershed We need a place where these can be succinctly linked/recommended/curated.

* `File[]` * `double` sliders and scroll bars * File extension filters * Probably others

In the [`dynamic-commands`](https://github.com/imagej/tutorials/tree/master/maven-projects/dynamic-commands/src/main/java) project, it would be useful to add an example illustrating parameter validation. Does some example like this exist already, and I missed it?

unscheduled

I suggest to somehow separate those notebooks requiring `python` and `imglyb` from the "pure" ImageJ tutorial notebooks and create two distinct `environment.yml` files. This would allow the startup of the...

unscheduled