How to set a base url for markdown links in IPython?
问题 I was happily setting <head> <base href="http://complex_url_to_local_wiki:port/path/" target="_blank" /> </head> in a Markdown cell in my IPython html notebook (IPython 0.12) in order to be able to abbreviate links as [wiki documentation](doc.html) in Markdown cells. But this makes saving the notebook impossible (saving is restored by <base href='/'/> ). Is there any (alternative) way to achieve what I am seeking? I know how to produce the URL from Python code by use of IPython.core.display