Jupyter Notebooks within Dash

I see many posts explaining how to run Dash within Jupyter Notebook but how would I do the reverse. i.e. Have Jupyter notebook as a Div within the Layout and interacting with the steps via callback

You could try iframe, but I haven’t tried.