How to Embed an Interactive Jupyter Notebook on Binder into a Website

Hello Community,

Suppose I want to embed an interactive Jupyter notebook on Binder such as this one https://hub.gke2.mybinder.org/user/fomightez-camb-ft7cgynh/notebooks/docs/Untitled.ipynb?kernel_name=python3 in a website so that anyone can use the notebook on the website without navigating away from it. How can I do that?

Appreciating your support,

TSSFL

Hi, Iā€™d recommend JupyterBook, particularly this section of the docs: https://jupyterbook.org/interactive/launchbuttons.html#live-interactive-pages-with-thebelab

3 Likes

Hi @sgibson91

Thank you for pointing out where to start.