IBM Access Token in Anaconda

I would like to use Pennylane to access some of the real IBM quantum hardware. Pennylane and Qiskit plugin are installed in Anaconda, but I am not sure how to set the API token in Anaconda. Any suggestion?

I should have read the Pennylane-Qiskit manual in more detail. The answer was there all along…

dev = qml.device('qiskit.ibmq', wires=2, backend='ibmq_qasm_simulator', ibmqx_token="XXX")

I’m glad to see you found the answer @Quvance ! Let me know if you have any further questions.