Skip to content

Qiskit/qiskit-code-assistant-jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57a3100 · Dec 3, 2024

History

15 Commits
Dec 3, 2024
Oct 14, 2024
Sep 13, 2024
Nov 12, 2024
Nov 7, 2024
Nov 12, 2024
Nov 7, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Sep 13, 2024
Oct 10, 2024
Nov 11, 2024
Sep 13, 2024
Nov 11, 2024
Nov 11, 2024
Sep 13, 2024
Sep 13, 2024
Dec 3, 2024
Oct 30, 2024
Sep 13, 2024
Sep 13, 2024
Dec 3, 2024

Repository files navigation

Qiskit Code Assistant (Beta) Jupyterlab Extension

Github Actions Status

A JupyterLab extension for Qiskit Code Assistant

You can also use the VSCode extension if you dont have access to Jupyterlab

This extension is composed of a Python package named qiskit_code_assistant_jupyterlab for the server extension and a NPM package named qiskit-code-assistant-jupyterlab for the frontend extension.

Requirements

  • JupyterLab >= 4.3.0
  • Access to either:
    • An IBM Quantum premium account
    • A service exposing LLMs using OpenAI-compatible API endpoints

Install

To install the extension, execute:

pip install qiskit_code_assistant_jupyterlab

Uninstall

To remove the extension, execute:

pip uninstall qiskit_code_assistant_jupyterlab

Using the Qiskit Code Assistant

For help setting up and using the Qiskit Code Assistant read GETTING_STARTED.

Contributing

To learn more about contributing or installing locally read CONTRIBUTING.

Qiskit Code Assistant Terms of use