Skip to content

Installation

Requirements

  • Python >= 3.8
  • ipykernel >= 6.0
  • jupyter_client >= 7.0
  • jumper-extension >= 0.3.0

Standard Installation

Install the package from PyPI:

pip install jumper_wrapper_kernel

Then install the kernel specification:

python -m jumper_wrapper_kernel.install install

Installation for Virtual Environments

If you're using a virtual environment or conda, install to sys.prefix:

python -m jumper_wrapper_kernel.install install --sys-prefix

Development Installation

Clone the repository and install in editable mode:

git clone https://github.com/ScaDS/jumper_wrapper_kernel.git
cd jumper_wrapper_kernel
pip install -e .
python -m jumper_wrapper_kernel.install install

Verification

After installation, verify the kernel is available:

jupyter kernelspec list

You should see jumper_wrapper in the list of available kernels.

Uninstallation

To remove the kernel:

python -m jumper_wrapper_kernel.install uninstall
pip uninstall jumper_wrapper_kernel