Note
For more help check out this video: How to Install Qiskit | Coding with Qiskit 1.x | Programming on Quantum Computers
- Python | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 |
- Jupyter Notebook
- VS Code: Install Jupyter extension
- Outside VS Code: Run
pip install notebookin your terminal
- Clone the repository:
git clone https://github.com/gbeckstrom/Qiskit-Template.git
Your project directory should resemble the following in your preferred IDE:
- Open the terminal in the
Qiskit-Notebooksfolder and run:
pip install -r ./requirements.txt
- Open the .ipynb file and select your Python environment:
- Click Select Kernel in the top-right corner of the notebook interface
- Run the first code cell to verify the setup.
- if the notebook environment requires ipykernel, simply click install

