qubernetes-dev
q8s-kernel
Python

Qubernetes CLI and Jupyter kernel for executing quantum programs in simulators on q8s clusters

Last updated Mar 26, 2026
14
Stars
1
Forks
10
Issues
0
Stars/day
Attention Score
44
Language breakdown
No language data available.
Files click to expand
README

q8s

PyPI version Python versions codecov PyPI Downloads

Toolset for executing quantum jobs on Qubernetes.

Installation

Install the for project folder:

pip install q8s

Usage

CLI

Sumbit a job to the Qubernetes cluster:

q8sctl execute app.py --kubeconfig /path/to/kubeconfig

For more options, run:

q8sctl execute --help

Jupyter Notebook

Install the q8s-kernel:

q8sctl jupyter --install

Start the jupyter notebook server:

jupyter notebook

or the jupyter lab server:

jupyter lab

Select the Q8s kernel when creating a new notebook.

Development

Prerequisites

The development environment requires the following tools to be installed:

Setup

Install the project in editable mode:

pip install -e .

If the project is installed in a virtual environment, the q8s-kernel can be installed by running the following command:

q8sctl jupyter --install
🔗 More in this category

© 2026 GitRepoTrend · qubernetes-dev/q8s-kernel · Updated daily from GitHub