An open API service indexing awesome lists of open source software.

https://github.com/flytewizard/verbose-octo-engine

A Quantum Computing GitHub Codespaces for Developing Q# and Qiskit with Jupyter Notebook
https://github.com/flytewizard/verbose-octo-engine

codespaces github-codespaces jupyter-notebook python qiskit qsharp quantum-computing seng seng480d uvic vscode

Last synced: 4 months ago
JSON representation

A Quantum Computing GitHub Codespaces for Developing Q# and Qiskit with Jupyter Notebook

Awesome Lists containing this project

README

          

# UVic Quantum Computing - GitHub Codespaces Template

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?template_repository=FlyteWizard/verbose-octo-engine&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestUs2re)

[![MIT License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](https://github.com/FlyteWizard/verbose-octo-engine/blob/main/LICENSE)

[![DOI](https://zenodo.org/badge/609622840.svg)](https://zenodo.org/badge/latestdoi/609622840)

A Quantum Computing GitHub Codespaces for Developing Q# and Qiskit with Jupyter Notebook.

## Getting Started

1. Set 'Visual Studio Code' as Default Editor
1. Open Visual Studio Code on Local Development Environment
1. Install GitHub Codespaces Extension for Visual Studio Code
1. Click 'Open in GitHub Codespaces' Badge
1. Follow Instructions to Create GitHub Codespaces
1. Wait for GitHub Codespaces to Build

It might take a few minutes for the GitHub Codespaces to build. Once the GitHub Codespaces is built, you can start developing.

_Resources_:

- [GitHub Codespaces Extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces)
- [Setting Your Default Editor for GitHub Codespaces](https://docs.github.com/en/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)

## Resources

- [Developing with GitHub Codespaces](https://code.visualstudio.com/docs/remote/codespaces)
- [GitHub Codespaces](https://github.com/features/codespaces)
- [GitHub Student Developer Pack](https://education.github.com/pack/offers)
- [Jupyter Notebook](https://jupyter-notebook.readthedocs.io/en/stable/)
- [Microsoft Quantum Development Kit: IQ# Kernel](https://github.com/microsoft/iqsharp/#using-iq-as-a-container)
- [Q# and Quantum Development Kit](https://learn.microsoft.com/en-us/azure/quantum/overview-what-is-qsharp-and-qdk)
- [Remote Development Container for Visual Studio Code](https://github.com/microsoft/Quantum/tree/master/.devcontainer)