def embed_rs3_image(rs3_filepath, shrink_to_fit=True):
"""Render an RST tree given the path to an .rs3 file."""
from IPython.display import display, Image
display(Image(rs3topng(rs3_filepath), unconfined=not(shrink_to_fit)))
评论列表
文章目录