Iframe widget
Find a file
Tim Paine 3844bfb00e .
2018-03-26 15:44:06 -04:00
docs style changes and example gif 2018-03-13 01:00:45 -04:00
jupyterlab_iframe update readme, make path generic 2018-03-26 15:14:04 -04:00
src remove knowledgelab remnant 2018-03-17 19:35:42 -04:00
style style changes and example gif 2018-03-13 01:00:45 -04:00
.gitignore working on serverextension 2018-03-13 00:44:53 -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 allow closing tab 2018-03-15 20:59:30 -04:00
README.md . 2018-03-26 15:44:06 -04:00
requirements.txt first crack 2018-03-13 00:51:33 -04:00
setup.py working on serverextension 2018-03-13 00:44:53 -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']