Iframe widget
Find a file
2018-05-30 09:39:06 -04:00
docs style changes and example gif 2018-03-13 01:00:45 -04:00
jupyterlab_iframe potential implementation for #12 2018-05-14 18:06:00 -04:00
src fix for #13 2018-05-17 17:55:11 -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 Initial commit 2018-03-11 22:34:47 -04:00
Makefile working on serverextension 2018-03-13 00:44:53 -04:00
package.json potential implementation for #12 2018-05-14 18:06:00 -04:00
README.md potential implementation for #12 2018-05-14 18:06:00 -04:00
requirements.txt first crack 2018-03-13 00:51:33 -04:00
setup.py up to 0.0.4, this is mostly just to tag js changes 2018-05-30 09:39:06 -04:00
tsconfig.json initial revision 2018-03-11 22:55:24 -04:00

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'