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 JupyterLab Install Anaconda which includes Python 3 and JupyterLab. Alternatively, install JupyterLab with pip3 install jupyterlab. Create or upload a Jupyter notebook Run the following commands in your Terminal, substituting <MY-WEBSITE-FOLDER> and <SHORT-POST-TITLE> with the file path to yo...