dask-tutorial icon indicating copy to clipboard operation
dask-tutorial copied to clipboard

YoutubeVideo in JupyterLab Pane

Open quasiben opened this issue 5 years ago • 0 comments

from @mrocklin :

I wonder there is a way to get this YouTube video in a JupyterLab pane when the user starts up their session. Any suggestions @ian-r-rose?

@ian-r-rose

It should be possible -- the help panels are just iframes on the page, and those are serialized in workspace files. If you open a help panel, save the workspace, and manually replace the url in the workspace JSON with the youtube embed link, it should do the job.

quasiben avatar Aug 05 '19 16:08 quasiben