Chapter 1

Testing Jupyter Integration with Python code

msg = "Welcome to Azeem's First Jupyter Notebook in VSCode!"
print(msg)
Welcome to Azeem's First Jupyter Notebook in VSCode!
msg = "Hello"
print(msg)
Hello