from IPython.core.display import Image
Image(‘https://www.python.org/static/community_logos/python-logo-master-v3-TM-flattened.png')
print("Welcome to Academic!")
Welcome to Academic!
Install Python and Jupyter
Install Anaconda which includes Python 3 and Jupyter notebook.
…