In [5]:
from IPython.display import Image
from IPython.core.display import HTML
PATH = "C:\\Users\\user\\Desktop\\Language Space and Mind\\3rd june"
Image(filename = PATH + "\\ch2_john_does_not_own_the_car.png", width=600, height=500)
Out[5]:
In [6]:
from IPython.display import Image
from IPython.core.display import HTML
PATH = "C:\\Users\\user\\Desktop\\Language Space and Mind\\3rd june"
Image(filename = PATH + "\\ch5_henry_visits_calais.png", width=600, height=500)
Out[6]:
In [ ]: