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.
To install the extension, execute:
pip install qiskit_code_assistant_jupyterlab
To remove the extension, execute:
pip uninstall qiskit_code_assistant_jupyterlab
For help setting up and using the Qiskit Code Assistant read GETTING_STARTED.
To learn more about contributing or installing locally read CONTRIBUTING.