QuantEcon / Bookshelf

Code for the site QuantEconLib
1 stars 0 forks source link

Add to FAQ how to add images to notebooks #236

Closed natashawatkins closed 6 years ago

natashawatkins commented 6 years ago

As mentioned here #11

natashawatkins commented 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.