Closed natashawatkins closed 6 years ago
Suggested text:
How do I include an image in my Jupyter notebook?
Currently we don't support including additional files. If you'd like to link an image in a Markdown cell, you will need to host the image somewhere (refer here for Markdown syntax). If you would like to include an image without hosting, we recommend using from IPython.display import Image
.
As mentioned here #11