Notebook embedding
You can easily embed notebooks served with Mercury.
- Open notebook that you would like to embed.
- Add
/embedat the end of the URL address. - Insert
iframein 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>