Embed Jupyter(Lab) inside Dash

I’d like to let my users to work with the uploaded data via JupyterLab inside my Dash application. I was thinking of having a separate tab with a Jupyter Lab session running. Is this possible? Could html.Iframe work?