Jupyter笔记本基本

python
阅读 62 收藏 0 点赞 0 评论 0

Jupyter notebook
#output as HTML
def bar(new_html):
    from IPython.display import display, HTML
    chart = HTML(str(new_html))
    display(chart)

bar()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号