import qiskit
from qiskit import IBMQ
IBMQ.save_account('Here you are supposed to enter your unique token number generated by registeration on the IBM QC website')
IBMQ.load_account()
| Name | Name | Last commit date | ||
|---|---|---|---|---|
import qiskit
from qiskit import IBMQ
IBMQ.save_account('Here you are supposed to enter your unique token number generated by registeration on the IBM QC website')
IBMQ.load_account()