Skip to content

NFDI4BIOIMAGE/jupyterhub-bioimage-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧬 JupyterHub Bioimage Environment

A JupyterHub-based Docker image with a pre-configured Python environment, including a wide range of tools for bioimage analysis such as:


πŸ“¦ Overview

This repository outlines the Docker image configuration and Jupyter proxy integration used to support image analysis tools.

Currently, the image is based on the University of MΓΌnster JupyterHub. However, we are planning to build a separate, standalone image to ensure accessibility and compatibility with various JupyterHub instances.

To build the image yourself, you can start with either:

  • A standard Linux base image (e.g., ubuntu, debian)
  • A JupyterHub notebook base image (e.g., from Jupyter Docker Stacks)

Make sure to install the necessary components, including:

  • noVNC
  • X11
  • Other required dependencies for your image analysis tools

This setup enables support for GUI-based applications within the Jupyter notebook interface.


πŸš€ Usage

Build the Docker Image

docker build -t bioimage-jupyter .

Run the Docker Image

docker run --name bioimage --rm --net=host -w "/usr/local/src" -e HOME="/tmp" -p 8888:8888 bioimage-jupyter:latest

Then open your browser and go to:

http://localhost:8888

The Jupyter Notebook interface will open. From there, you can access terminal, notebooks, and any installed GUI-based image analysis tools


🧰 Installed Bioimage Tools and Plugins

No. Tool Version Plugins
1 CellProfiler v4.2.7 cellpose, imagejscript, omnipose
2 Cellpose v2.0.5 –
3 Fiji 2.14.0 OMERO-Fiji (v5.8.6), MorphoLibJ, simple-omero-client, omero-macro-extension
4 Ilastik v1.4.0 –
5 QuPath v0.5.1 Cellpose (0.9.6), StarDist, OMERO extension

πŸ”— Useful Links


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published