Explore quantum computing with qBraid Lab at QGSS 2025.
Python 3 [QGSS]
kernel to create a Jupyter Notebook (.ipynb
file) -
qiskit
, qiskit-ibm-runtime
,
qiskit-aer
, qiskit-addon-sqd
, and more. However, if there are packages you would like use in
your notebooks that are not already included in the environment, you can install them from within a notebook using
pip magic commands. Follow instructions below to learn how.
%
operator.
For example, to install a new package from within a notebook cell, use:
!
operator for pip install commands within
Jupyter notebooks on qBraid. Doing so will install packages at the
system-level, where they will not be discoverable by your current notebook
environment/kernel.save_account
method. The default profile name is detected by our extension and should be omitted. Use the save_account
method as shown in the Setting up IBM Quantum Credentials section. You can verify that the profile is saved correctly by running the following command in a notebook cell: