Getting Started

System Requirements

ImputeGAP is compatible with Python>=3.10 (except 3.13) and Unix-compatible environment.

Installation/Update

To install the latest version of ImputeGAP from PyPI, run the following command:

pip install imputegap

Docker

You can download the latest version of ImputeGAP as a Docker container, pre-configured with Jupyter Notebook and all required dependencies.

Launch Docker and make sure it is running:

docker version

Pull the ImputeGAP Docker image:

docker pull qnater/imputegap:0.0.8

Run the Docker container:

docker run -p 8888:8888 qnater/imputegap:0.0.8

Troubleshooting

If you face any problems, please open an issue here: https://github.com/eXascaleInfolab/ImputeGAP/issues