Skip to content

QPoland/docker-jupyter-qml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-jupyter-qml

Docker image with qiskit and pennylane libraries and with jupyter notebook env

setup

git clone https://github.com/QPoland/docker-jupyter-qml.git

cd docker-jupyter-qml 

docker build -t quantum .

run

docker run -d -p 8888:8888  quantum

Go to Web browser

http://localhost:8888

stop

docker ps 

<get id from quantum run and copy it>

docker stop id 

# remove
docker -rm -f quantum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published