Quantum lab for Q# development
10K+
apt-get install docker-ce docker-ce-cli containerd.iodocker run -it -v [YOUR_FOOLDER]:/opt/quantum_lab/data/share --entrypoint=/bin/bash -p 8888:8888 -e LANG=C.UTF-8 mickahell/quantum_lab_qsharpnetworkx, numpy, matplotlib, notebook, pandas, scipy, tk, vimqsharp.sh
qsharp, iqsharpThe folder /opt/quantum_lab/data/share is link to the host file and allow to register the modification in the host computer
To launch the Jupyter notebook instance :
/opt/quantum_lab/datafolder./start_jupyter.comhttp://127.0.0.1:8888/docker exec -it -u root [CONTAINEUR_ID] /bin/bashdocker start [CONTAINEUR_ID]docker ps -a
-a is used the see every existed containeurs, that's include the stopped onedocker imagesdocker rm [CONTAINEUR_ID]docker rmi [NAME_OF_THE_IMAGE]
-f to force the suppression and delete the containeurs associates to the imageContent type
Image
Digest
Size
548.7 MB
Last updated
over 5 years ago
docker pull mickahell/quantum_lab_qsharp