Skip to content

Welcome to Q-HCC

Some text about what this is...

Quickstart

Our example notebook shows how you can download a dataset from heiData.

Online

You can run our example notebook online without installing anything on your computer.

Locally

Alternatively you can run it on your computer.

First clone the repository using git:

git clone https://github.com/ssciwr/QHCC
cd QHCC

Then install the required Python libraries and launch JupyterLab:

pip install -r requirements.txt
jupyter lab notebooks/example.ipynb
conda env create -f environment.yml
conda activate QHCC
jupyter lab notebooks/example.ipynb
micromamba env create -f environment.yml
micromamba activate QHCC
jupyter lab notebooks/example.ipynb