---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
<ipython-input-2-55c1e8f764ed> in <module>()
1 from IPython.core.display import HTML
----> 2 HTML(filename='../slides.html')
/home/andres-python/anaconda3/lib/python3.5/site-packages/IPython/core/display.py in __init__(self, data, url, filename)
392 self.filename = None if filename is None else unicode_type(filename)
393
--> 394 self.reload()
395 self._check_data()
396
/home/andres-python/anaconda3/lib/python3.5/site-packages/IPython/core/display.py in reload(self)
410 """Reload the raw data from file or URL."""
411 if self.filename is not None:
--> 412 with open(self.filename, self._read_flags) as f:
413 self.data = f.read()
414 elif self.url is not None:
FileNotFoundError: [Errno 2] No such file or directory: '../slides.html'