from IPython.display import display, HTML html_code = """
ファイル 編集 表示 挿入 KPI 上司

月間KPI進捗表(部内用)

社員名 KPI進捗率 操作
自分 0%
""" display(HTML(html_code))