https://github.com/tfslabs/ibm-q-labs
IBM-Q Softwares for IBM Quantum Lab, a part of IBM Quantum Learning Center
https://github.com/tfslabs/ibm-q-labs
ibm-q ibm-q-labs ibm-quantum-experience
Last synced: 2 months ago
JSON representation
IBM-Q Softwares for IBM Quantum Lab, a part of IBM Quantum Learning Center
- Host: GitHub
- URL: https://github.com/tfslabs/ibm-q-labs
- Owner: tfslabs
- License: bsd-3-clause
- Created: 2024-07-12T08:17:13.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T20:58:29.000Z (9 months ago)
- Last Synced: 2025-02-16T07:25:42.812Z (4 months ago)
- Topics: ibm-q, ibm-q-labs, ibm-quantum-experience
- Language: JavaScript
- Homepage: https://quantum-computing.ibm.com/lab
- Size: 2.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# IBM-Q Software
IBM-Q Software is for IBM Quantum Lab, a part of the IBM Quantum Learning Center
Copyright (C) 2023 IBM

## Note
To use the IBM-Q Lab normally with Qiskit (0.38.0) and later, please install these PyPI packages before
```
pip3 install matplotlib pylatexenc seaborn
```## Run the Docker Image
For Linux container, using this command to run Jupyter Lab
```cmd
docker run -p 8888:8888 shiroinekotfs/ibm-q-lab:latest
```