Skip to content

matheus-araujo/qnotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker and Jupyter to Quantum Computing

Overview

This project demonstrates how to set up a Quantum Computing development environment using Docker and Jupyter Notebooks.

Prerequisites

Make sure you have the following installed before starting:

  • Docker
  • Git (if cloning the repository)

Installation and Setup

Clone the repository:

git  clone <repository-url>

cd <repository-directory>

Build the Docker image:

docker  build  -t  qjupyter  .

Run the Docker container using Docker:

docker  run  -p  8888:8888  qjupyter  .

Access Jupyter Notebook:

Open your web browser and go to http://localhost:8888. You should see the Jupyter interface.

Usage

Use the provided notebooks to explore Quantum Computing algorithms, simulations, or run experiments.

Modify or create new notebooks based on your Quantum Computing research or development needs.

Contributing

If you'd like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published