Examples
from IPython.display import HTML, Markdown, display# start a new terminal
import os
from IPython.display import IFrame
IFrame(f"{os.environ.get('DLAI_LOCAL_URL').format(port=8888)}terminals/1",
width=600, height=768)from IPython.display import HTML, Markdown, display# start a new terminal
import os
from IPython.display import IFrame
IFrame(f"{os.environ.get('DLAI_LOCAL_URL').format(port=8888)}terminals/1",
width=600, height=768)