Skip to content
/ ct4106 Public
forked from ICHEC/qpcc

Quantum Programming Certification Course

Notifications You must be signed in to change notification settings

ICHEC/ct4106

 
 

Repository files navigation

CT4106

deploy-book

Structure

graph LR
Old("External") ==> New(["CT4106"])
1o(Lecture 1) ==> 1n(Lecture 1)
2o(Lecture 2) ==> 2n(Lecture 2) 
3o(Lecture 3) ==> 3n(Lecture 3)
new1("New") ==> 4n(Lecture 4)
new2("Guest 1") ==> 5n(Lecture 5)
4o(Lecture 4) ==> 6n(Lecture 6)
new3("Guest 2") ==> 7n(Lecture 7)
5o(Lecture 5) & 6o(Lecture 6) ==> 8n(Lecture 8)
new4("Guest 3") ==> 9n(Lecture 9)
7o(Lecture 7) ==> 10n(Lecture 10) & 11n(Lecture 11)
new5("ICHEC") ==> 12n(Lecture 12)
Loading

Developer README

To locally render the HTML for the lecture notes:

  1. Create a new environment
  2. Install the required packages from requirements.txt
  3. Using homebrew, install drawio to render some of the diagrams in the notes:
brew install --cask drawio
  1. Build the book by running the following in the root directory (where _config.yml and _toc.yml are located):
jupyter-book build .
  1. Copy and paste the generated link into a browser to view the notes.

About

Quantum Programming Certification Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.8%
  • HTML 28.7%
  • Other 0.5%