How to reference a IPython notebook cell in markdown?
Yes, there’s way to do just that in IPython. First, define the destination in the cell you want to link with a html anchor tag and give it an Id. For example: <a id=’another_cell’></a> Note – When you run the above cell in markdown, it will become invisible. You can add some text above the … Read more