What is Jupyter / Python?

Programming Quantum Computers

Jupyter notebooks provide the developer with a file format to edit the file in a browser while running the Python code in interactive Python kernels.  

The Jupyter notebooks lets the developer break up the code into smaller pieces that can be executed independently.  

Python is a programming language that does not need compiling. It is executed by running it line by line.  The current version is Python 3.