Notebook for workshop is called qiskit-workshop-lab-notebook
.
- Go to https://quantum-computing.ibm.com/
- Register
- On your welcome page you should see
API token
field which you can copy and use during lab
- (if you do not have it already) Install conda
- In terminal: create a new conda env
conda create --name qiskit-workshop python=3.7
- In terminal: activate env
conda activate qiskit-workshop
- In terminal: Install dependencies
conda install jupyter matplotlib
pip install qiskit pylatexenc
- In terminal: launch jupyter
jupyter notebook