First Jupyter Notebook in VSCodeAzeem's Notebook. Aug 20, 2022 • 1 min read week 01 Chapter 1 Testing Jupyter Integration with Python code 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