Notebook embedding
You can easily embed notebooks served with Mercury.
- Open notebook that you would like to embed.
- Add
/embed
at the end of the URL address. - Insert
iframe
in the website where you would like to embed a notebook.
Example iframe
<iframe src="https://my-domain.com/app/5/embed" height="700px" width="1200px"></iframe>