style changes and example gif
This commit is contained in:
parent
7df2de56da
commit
89eea3b0e0
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
# jupyterlab_iframe
|
||||
Iframe widget
|
||||
Open a site in a widget, or add a set of "quicklinks".
|
||||
|
||||

|
||||
|
||||
## 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
BIN
docs/example1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -1,6 +1,6 @@
|
|||
div.iframe-widget {
|
||||
height:100%;
|
||||
width:80%;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
div.iframe-widget iframe{
|
||||
|
|
Loading…
Add table
Reference in a new issue