You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, list, of, and sites will be available as links in the command palette.
Landing page on initial page load
c.JupyterLabIFrame.iframes= ['list', 'of', 'sites']
c.JupyterLabIFrame.welcome='a site to show on initial load'c.JupyterLabIFrame.local_files= ['list', 'of', 'local', 'html', 'files']
In this example, a site will open by default the first time JupyterLab is opened.
Any files specified by 'local_files' will be served up as local links. By default any file on the filesystem is allowed, to disable this and only allow the list specifically designated here, set c.JupyterLabIFrame.allow_any_local = False. If you allow all, in the open dialog start the file path with local://.
Caveats
Update for version v0.0.12 - Most of these are covered by #31
This package uses iframes, so is subject to a few restrictions:- If Jlab is served over SSL, so must the sites (http/https must match)- If the underlying site enforces same-origin, then we cannot navigate to them (e.g. google)
Similar Packages
Jupyterlab-html displays local html files as websites in an iframe