Iframe widget
Go to file
Tim Paine 960341f6a7 . 2018-06-06 20:03:54 -04:00
docs style changes and example gif 2018-03-13 01:00:45 -04:00
jupyterlab_iframe fix for #14 2018-05-31 10:29:13 -04:00
src fix for #14 2018-05-31 10:29:13 -04:00
style style changes and example gif 2018-03-13 01:00:45 -04:00
.gitignore . 2018-04-03 15:57:57 -04:00
LICENSE tags are cheap 2018-06-06 20:00:56 -04:00
MANIFEST.in tags are cheap 2018-06-06 20:00:56 -04:00
Makefile . 2018-05-31 16:31:27 -04:00
README.md potential implementation for #12 2018-05-14 18:06:00 -04:00
package.json up versions 2018-05-31 10:31:54 -04:00
requirements.txt first crack 2018-03-13 00:51:33 -04:00
setup.cfg tags are cheap 2018-06-06 20:00:56 -04:00
setup.py . 2018-06-06 20:03:54 -04:00
tsconfig.json initial revision 2018-03-11 22:55:24 -04:00

README.md

jupyterlab_iframe

Open a site in a widget, or add a set of "quicklinks".

PyPI PyPI npm

Install

pip install jupyterlab_iframe
jupyter labextension install jupyterlab_iframe
jupyter serverextension enable --py jupyterlab_iframe

install the server extension, and add the following to jupyter_notebook_config.py

c.JupyterLabIFrame.iframes = ['list', 'of', 'sites']
c.JupyterLabIFrame.welcome = 'a site'