style changes and example gif

This commit is contained in:
Tim Paine 2018-03-13 01:00:45 -04:00
parent 7df2de56da
commit 89eea3b0e0
3 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# jupyterlab_iframe
Iframe widget
Open a site in a widget, or add a set of "quicklinks".
![](https://raw.githubusercontent.com/timkpaine/jupyterlab_iframe/master/docs/example1.gif)
## Adding quicklinks
install the server extension, and add the following to `jupyter_notebook_config.py`
```python3
c.JupyterLabIFrame.iframes = ['list', 'of', 'sites']

BIN
docs/example1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View file

@ -1,6 +1,6 @@
div.iframe-widget {
height:100%;
width:80%;
width:100%;
}
div.iframe-widget iframe{