Links between IPython notebooks

Mike picture Mike · Sep 25, 2012 · Viewed 19.6k times · Source

Is it possible to link one IPython notebook to another with a hyperlink in a Markdown cell? If I try

Link to [Notebook 2](files/notebook2.ipynb)

or

Link to <a href="files/notebook2.ipynb">Notebook 2</a>

A new tab is opened with raw unformatted contents of the ipynb file. Is there a way to get IPython to open another notebook for use in a new tab via a hyperlink?

Answer

akim picture akim · May 29, 2014

Since IPython 2 you may use exactly the syntax you first tried:

Link to [Notebook 2](notebook2.ipynb)