# this re-prints CHANGELOG.md, which is valuable to have in the root of the repo import pathlib import IPython contrib = pathlib.Path("../CHANGELOG.md").read_text().split("\n", 1)[1] IPython.display.Markdown(contrib)