<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> <!-- Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whole community will benefit from this request. Before creating a new feature request please search the issues for relevant feature requests. --> ### Problem Some extensions may want to provide and display custom assets, such as png or svg files. For now there does not seem to be many examples on how to do that in an extension. ### Proposed Solution - Show how to include a png and/or svg, and show it in a main area widget - Mention the use of a custom `webpack.config.js` to provide custom `rules`: https://jupyterlab.readthedocs.io/en/latest/extension/extension_dev.html#custom-webpack-config