[IPython-User] Links between IPython notebooks
Michael Hadmack
hadmack@gmail....
Mon Oct 1 17:06:57 CDT 2012
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?
-Mike
More information about the IPython-User
mailing list