Jupyter Notebooks
Jupyter notebooks are a great way to combine code, text, and images in a single document. They are also a great way to share your work with others. This tutorial will show you how to create a Jupyter notebook and how to use it to create a simple Python program.
print("Hello world!")
Hello world!