UNPKG

424 BMarkdownView Raw
1# @jupyterlab/rendermime
2
3A JupyterLab package which manages mime bundle renderers for the application,
4and provides default renderers for a number of formats, such as markdown,
5HTML, images, and LaTeX.
6
7A simplified interface for adding new mime renderers to the application
8can be found in [@jupyterlab/rendermime-interfaces](../rendermime-interfaces).
9
10The rendermime is a singleton on the [application](../application).